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

make.bat

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'