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

views.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 AkplanConfig(AppConfig):
        """
        App configuration (default, only specifies name of the app)
        """
        name = 'AKPlan'