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...
ad3c31b
fastapi_django_main_live
/
controllers
/
ai
/
project
/
urls.py
kenken999
dfa
22a4d09
10 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
from
django.urls
import
path, include
urlpatterns = [
path(
''
, include(
'app.urls'
)),
]