Source code for AKPlan.apps
from django.apps import AppConfig
[docs]
class AkplanConfig(AppConfig):
"""
App configuration (default, only specifies name of the app)
"""
name = 'AKPlan'
from django.apps import AppConfig
[docs]
class AkplanConfig(AppConfig):
"""
App configuration (default, only specifies name of the app)
"""
name = 'AKPlan'