Skip to content
Snippets Groups Projects
apps.py 87 B
Newer Older
  • Learn to ignore specific revisions
  • from django.apps import AppConfig
    
    
    class AkplanConfig(AppConfig):
        name = 'AKPlan'