InstallationΒΆ
The package is published on PyPI and can be installed with pip (or any equivalent):
pip install django-htmx-modal-forms
Add the app to your INSTALLED_APPS:
INSTALLED_APPS = [
# ...
"django_htmx_modal_forms",
]
Next, see the section about usage to see how to use it.