Django-htmx demo
Run demo
As docker container
make docker-build
make docker-run
Browse to localhost:8000.
Later, start and stop docker container using:
docker start django-htmx
and
docker stop django-htmx
As standard local Django app
- requirements: Python 3.10 or 3.11
- poetry
poetry install
make run
Browse to localhost:8000.
Description
Languages
Python
64.3%
HTML
33.4%
Dockerfile
1.5%
Makefile
0.8%