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

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