Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nonZero/django-js-lib-htmx

https://pypi.org/project/django-js-lib-htmx/
https://github.com/nonZero/django-js-lib-htmx

Last synced: 3 months ago
JSON representation

https://pypi.org/project/django-js-lib-htmx/

Awesome Lists containing this project

README

        

# HTMX Repackaged for Django

[HTMX](https://htmx.org/) packaged in a Django reusable app.

## Installation

pip install django-js-lib-htmx

## Usage

1. Add `"js_lib_htmx"` to your `INSTALLED_APPS` setting like this::

INSTALLED_APPS = [
...
"js_lib_htmx",
...
]

2. In your template use:

{% load static %}

And one of: