eduardogsilva.routerfleet/dashboard/apps.py

7 lines
150 B
Python
Raw Normal View History

2024-03-10 21:50:12 -03:00
from django.apps import AppConfig
class DashboardConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'dashboard'