Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thejagstudio
/
connect
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6b9394e
connect
/
frontend
/
views.py
thejagstudio
Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
9 days ago
raw
Copy download link
history
blame
107 Bytes
from
django.shortcuts
import
render
def
index
(
request,
id
=
None
):
return
render(request,
'index.html'
)