Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
5
Sleeping
App
Files
Files
Community
eb737c2
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'