https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 580afa12ca619f8daa639693bb23c08c35263b37 authored by Antoine R. Dumont (@ardumont) on 09 October 2017, 08:23:48 UTC
New upstream version 0.0.15
Tip revision: 580afa1
apps.py
# Copyright (C) 2017  The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information

from django.apps import AppConfig


class DepositConfig(AppConfig):
    name = 'swh.deposit'
back to top