This website requires JavaScript.
Explore
Help
Sign In
andros
/
html-over-websockets-with-django-and-htmx
Watch
1
Star
0
Fork
0
You've already forked html-over-websockets-with-django-and-htmx
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
35e173697b
html-over-websockets-with-d...
/
app
/
website
/
views.py
6 lines
105 B
Python
Raw
Normal View
History
Unescape
Escape
First commit
2021-11-08 23:32:13 +01:00
from
django
.
shortcuts
import
render
Add htmx and format
2021-11-12 13:52:41 +01:00
def
index
(
request
)
:
return
render
(
request
,
"
pages/posts.html
"
)
Reference in New Issue
Copy Permalink