Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/nonZero/django-js-lib-htmx
- Owner: nonZero
- License: other
- Created: 2021-02-08T23:13:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T11:06:36.000Z (10 months ago)
- Last Synced: 2024-05-20T15:37:52.374Z (6 months ago)
- Language: JavaScript
- Homepage: https://pypi.org/project/django-js-lib-htmx/
- Size: 113 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - django-js-lib-htmx - Django package containing the htmx scripts. (Tools)
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: