7764afdc3ce63d292b21cca011014b545ec5f7af
Simple example of how to make a SPA using only Django. Or in other words, creating a site with HTML architecture over Websockets that handles HTMX events.
Run
You need docker and docker-compose.
make run.server
Optional: Load fake data.
run.loaddata
Description
Simple example of how to make a SPA using only Django. Or in other words, creating a site with HTML architecture over WebSockets that handles HTMX events.
Languages
Python
71.4%
HTML
22.2%
Makefile
3.5%
Dockerfile
2%
Shell
0.9%
