My sample project demonstrating HTMX and Django application capabilities
Find a file
2026-02-24 23:37:47 +00:00
config Initial commit after working application established 2026-02-24 23:37:47 +00:00
templates Initial commit after working application established 2026-02-24 23:37:47 +00:00
vendors Initial commit after working application established 2026-02-24 23:37:47 +00:00
.gitignore Initial commit after working application established 2026-02-24 23:37:47 +00:00
.python-version Initial commit after working application established 2026-02-24 23:37:47 +00:00
AGENTS.md Initial commit after working application established 2026-02-24 23:37:47 +00:00
justfile Initial commit after working application established 2026-02-24 23:37:47 +00:00
main.py Initial commit after working application established 2026-02-24 23:37:47 +00:00
manage.py Initial commit after working application established 2026-02-24 23:37:47 +00:00
pyproject.toml Initial commit after working application established 2026-02-24 23:37:47 +00:00
pytest.ini Initial commit after working application established 2026-02-24 23:37:47 +00:00
README.md Initial commit after working application established 2026-02-24 23:37:47 +00:00
SPEC.md Initial commit after working application established 2026-02-24 23:37:47 +00:00
uv.lock Initial commit after working application established 2026-02-24 23:37:47 +00:00

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.