Spaces:
Sleeping
Sleeping
Upload backend/core/apps.py with huggingface_hub
Browse files- backend/core/apps.py +6 -0
backend/core/apps.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from django.apps import AppConfig
|
| 2 |
+
|
| 3 |
+
class CoreConfig(AppConfig):
|
| 4 |
+
default_auto_field = "django.db.models.AutoField"
|
| 5 |
+
name = "hue_portal.core"
|
| 6 |
+
|