https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 7dfea3024d2e31b4cd642a6a5f8409176cde865f authored by Antoine R. Dumont (@ardumont) on 25 September 2017, 16:02:46 UTC
New upstream version 0.0.13
Tip revision: 7dfea30
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