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