Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kenken999
/
fastapi_django_main_live
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e862d86
fastapi_django_main_live
/
refresh_app
/
views.py
kenken999
fda
0f43f8a
9 months ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
django.shortcuts
import
render
def
index
(
request
):
return
HttpResponse(
'Welcome to Refresh App!'
)