Closes #14735: Implement django-htmx (#14873)

* Install django-htmx

* Replace is_htmx() function with request.htmx

* Remove is_embedded() HTMX utility

* Include django-htmx debug error handler
This commit is contained in:
Jeremy Stretch
2024-01-22 12:09:15 -05:00
committed by GitHub
parent da085e60c2
commit 1d41a8ace5
9 changed files with 22 additions and 43 deletions

View File

@@ -3,6 +3,7 @@ django-cors-headers==4.3.1
django-debug-toolbar==4.2.0
django-filter==23.5
django-graphiql-debug-toolbar==0.2.0
django-htmx==1.17.2
django-mptt==0.14.0
django-pglocks==1.0.4
django-prometheus==2.3.1