From 14fbb68952c7f57ab3eba29b6b8389938b6045ca Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Sun, 18 Sep 2022 19:09:17 +0200 Subject: [PATCH] Add links to htmx --- chapters/templates.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/chapters/templates.tex b/chapters/templates.tex index 7631984..d49126f 100755 --- a/chapters/templates.tex +++ b/chapters/templates.tex @@ -255,4 +255,14 @@ Vous devrez vous éditer le fichier \texttt{gwift/settings.py} et ajouter, dans \section{Dynamisme - HTMX} +Voir ici https://github.com/spookylukey/django-htmx-patterns + +https://www.mattlayman.com/blog/2021/how-to-htmx-django/ +https://github.com/spookylukey/django-htmx-patterns/blob/master/approach.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/base_template.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/headers.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/posts.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/separate_partials.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/separate_partials_single_view.rst +https://github.com/spookylukey/django-htmx-patterns/blob/master/inline_partials.rst