Skip to content
Snippets Groups Projects
Select Git revision
  • fbcf3a6254512a798879fc1b36259a48d05c94dd
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

apps.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    apps.py 167 B
    from django.apps import AppConfig
    
    
    class AkonlineConfig(AppConfig):
        """
        App configuration (default -- only to set the app name)
        """
        name = 'AKOnline'