django-htmx

Installation
SKILL.md

Django HTMX

Django-htmx provides seamless integration between Django and htmx for building modern, dynamic web applications without writing complex JavaScript.

Installation

pip install django-htmx

Add to INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    "django_htmx",
]
Installs
9
GitHub Stars
7
First Seen
May 6, 2026
django-htmx — codeatcode/oss-ai-skills