1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
django-htmx documentation
=========================
*Extensions for using Django with* |htmx|__\ *.*
.. |htmx| replace:: *htmx*
__ https://htmx.org/
----
**Improve your Django and Git skills** with `my books <https://adamj.eu/books/>`__.
----
Welcome to the documentation for django-htmx.
This package provides an easy way to include htmx in your Django projects and tools to interact with htmx’s HTTP extensions.
.. toctree::
:maxdepth: 1
:caption: Contents:
installation
middleware
template_tags
http
example_project
tips
changelog
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|