16 lines
277 B
Markdown
16 lines
277 B
Markdown
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
|
|
```
|