https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: e507f756f4529cd949c443b22e8a20686cc96a77 authored by Jenkins for Software Heritage on 23 April 2020, 14:48:23 UTC
Updated backport on buster-swh from debian/0.0.82-1_swh1 (unstable-swh)
Tip revision: e507f75
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