Skip to content
Snippets Groups Projects
Select Git revision
  • 2288c5f954d190e91f9f41a834f69d529d9aa443
  • main default protected
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
7 results

apps.py

Blame
  • Felix Blanke's avatar
    Felix Blanke authored and Nadja Geisler committed
    757cae07
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    apps.py 180 B
    from django.apps import AppConfig
    
    
    class AkpreferenceConfig(AppConfig):
        """
        App configuration (default, only specifies name of the app)
        """
    
        name = "AKPreference"