Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
4
Running
on
Zero
App
Files
Files
Community
24a1cc8
fastapi_django_main_live
/
app_core
/
apps.py
kenken999
sd
8b71496
5 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
from
django.apps
import
AppConfig
class
AppCoreConfig
(
AppConfig
):
default_auto_field =
'django.db.models.BigAutoField'
name =
'app_core'