Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6f4e5f0
fastapi_django_main_live
/
contbk
/
ai
/
mysite
/
settings.py
kenken999
m
e2444ac
8 days ago
raw
Copy download link
history
blame
Safe
115 Bytes
INSTALLED_APPS = [
# ...
'polls.apps.PollsConfig'
,
# ...
]
MEDIA_ROOT =
'media/'
MEDIA_URL =
'/media/'