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

apps.py

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    apps.py 159 B
    from django.apps import AppConfig
    
    
    class AkdashboardConfig(AppConfig):
        """
        App configuration for dashboard (default)
        """
        name = 'AKDashboard'