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


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