Skip to content

kl4us/django-htmx-modal-form

 
 

Repository files navigation

Django+HTMX modal form

This project demonstrates how to show a Django Form in a modal dialog box using HTMX.

A video of the site

This branch contains the Bootstrap 5 version.
See also the Bootstrap 4 version in this repository, or a Tailwind + Alpine.js version in @geoffbeier's fork.

Learn more about this technique here:

To run the demo locally:

pipenv install
pipenv run migrate
pipenv run server

About

Django+HTMX modal form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.8%
  • HTML 28.9%
  • JavaScript 6.3%