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

4 statements  

1from django.apps import AppConfig 

2 

3 

4class DashboardConfig(AppConfig): 

5 default_auto_field = 'django.db.models.BigAutoField' 

6 name = 'dashboard'