Simple guide to setup django-htmx in a django project. In this guide we assume that you already have a django project setup in a virtualenv and you only wish to add django-htmx to your project.
-
Install the django-htmx package
pip install django-htmx
-
Add django-htmx to your
INSTALLED_APPS
: