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

apps.py

Blame
  • Benjamin Hättasch's avatar
    Benjamin Hättasch authored
    Add comments
    Remove unused imports
    Simplify statements
    Improve linting configuration
    c642abca
    History
    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'