📦 django-htmx 1.23.0 is out, now with a vendored copy of htmx!
Now you no longer need to download and maintain a copy of htmx in your project, just use the template tag:
{% load django_htmx %}
{% htmx_script %}
Edited 20d ago
📦 django-htmx 1.23.0 is out, now with a vendored copy of htmx!
Now you no longer need to download and maintain a copy of htmx in your project, just use the template tag:
{% load django_htmx %}
{% htmx_script %}
@adamchainz oh, I missed the original post. Time to update some projects.
@oliverandrich Enjoy!