My sample project demonstrating HTMX and Django application capabilities
| config | ||
| templates | ||
| vendors | ||
| .gitignore | ||
| .python-version | ||
| AGENTS.md | ||
| justfile | ||
| main.py | ||
| manage.py | ||
| pyproject.toml | ||
| pytest.ini | ||
| README.md | ||
| SPEC.md | ||
| uv.lock | ||
HTMX Django Sample Application
This is the simplest CRUD application I could built to act as a scratchpad for fundamental concepts in application design and coding.
It uses Django as the web application layer, Sqlite for database, Bulma for styling and HTMX for interactive components.
At the moment it acts as a demonstration of CRUD functionality on a single model - Vendors in this case.