Coverage for dashboard\apps.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from django.apps import AppConfig
4class DashboardConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'dashboard'