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