Skip to content
Snippets Groups Projects
Select Git revision
  • f70416ca4cba77778316c61a214d369d5593f014
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 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"