mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-07-25 21:34:33 +02:00
Project skeleton
This commit is contained in:
parent
2e443ea77b
commit
8c62d68803
2451 changed files with 1134868 additions and 17 deletions
6
dashboard/apps.py
Normal file
6
dashboard/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DashboardConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'dashboard'
|
Loading…
Add table
Add a link
Reference in a new issue