https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 5cc6e68ccd5324ea4629c185145201562d8cbaa7 authored by Antoine R. Dumont (@ardumont) on 22 September 2017, 14:24:25 UTC
New upstream version 0.0.11
Tip revision: 5cc6e68
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