mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 09:52:09 +01:00
Initial commit
This commit is contained in:
8
dashboard_project/dashboard/apps.py
Normal file
8
dashboard_project/dashboard/apps.py
Normal file
@ -0,0 +1,8 @@
|
||||
# dashboard/apps.py
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class DashboardConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "dashboard"
|
||||
Reference in New Issue
Block a user