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

urls.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'