Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaganyatri
/
django_spaces
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeb04fc
django_spaces
/
games
/
urls.py
sachin
taxTech
5538ec7
2 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
django.urls
import
path
from
.
import
views
urlpatterns = [
path(
''
, views.game_list, name=
'game_list'
),
]