This project demonstrates how to show a Django Form in a modal dialog box using HTMX.
Learn more about this technique here:
- Modal forms with Django+HTMX (blog post)
- Modal forms with Django+HTMX (YouTube video)
- Toasts with Django+HTMX (blog post)
- Toasts with Django+HTMX (YouTube video)
To run the demo locally:
pipenv install
pipenv run migrate
pipenv run server