Skip to content
Snippets Groups Projects
apps.py 179 B
Newer Older
from django.apps import AppConfig


class AksubmissionConfig(AppConfig):
    """
    App configuration (default, only specifies name of the app)
    """
    name = 'AKSubmission'