This commit is contained in:
Trey t
2023-07-17 19:26:18 -05:00
parent a18aec02d6
commit 0b8cdc77a1
18 changed files with 266 additions and 13 deletions

6
superset/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class SupersetConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'superset'