Skip to content
Snippets Groups Projects
Select Git revision
  • d5657470b8d39624561ffb12dfcfddb982f9e02b
  • 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 AkplanConfig(AppConfig):
        """
        App configuration (default, only specifies name of the app)
        """
        name = 'AKPlan'