Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dca43e8
fastapi_django_main_live
/
workspace
/
myapp
/
views.py
kenken999
fda
0f43f8a
10 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
from
django.http
import
HttpResponse
def
index
(
request
):
return
HttpResponse(
'Hello, World!'
)