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...
eb5ea89
fastapi_django_main_live
/
routers
/
ai
/
urls.py
kenken999
test
eb5ea89
8 months ago
raw
Copy download link
history
blame
121 Bytes
from
django.urls
import
path
from
.
import
views
urlpatterns = [
path(
'data/'
, views.data_view, name=
'data_view'
),
]