Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

index.md

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'