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