summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTom <46689196+a-toms@users.noreply.github.com>2023-11-03 20:36:51 +0100
committerGitHub <noreply@github.com>2023-11-03 15:36:51 -0400
commit8ca51e078af65172ba542702d029f858521d0201 (patch)
treeb2a0ed4c91f571c5484a862aad3fa13c2eb82f18
parenta2830aa2df3a9f44f4ca4faac2d56de90f1a6b1f (diff)
downloadhtmx-8ca51e078af65172ba542702d029f858521d0201.tar.gz
htmx-8ca51e078af65172ba542702d029f858521d0201.zip
Added a server example link to "How to create a Django form (using HTMX) in 90 seconds 🐎" (#1938)
* Added a Django + HTMX forms link - Added a Django server example link to "How to create a Django form (using HTMX) in 90 seconds 🐎". - This article has received over 10k views and positive comments so far. I wrote the article; I would have benefitted from seeing it when I was first learning to use HTMX. * Update server-examples.md Appended to the list as requested
-rw-r--r--www/content/server-examples.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md
index 3930a9a9..a674c57d 100644
--- a/www/content/server-examples.md
+++ b/www/content/server-examples.md
@@ -37,6 +37,7 @@ These examples may make it a bit easier to get started using htmx with your plat
- <https://github.com/spookylukey/django-htmx-patterns/>
- <https://github.com/idlesign/django-siteajax>
- <https://github.com/guettli/django-htmx-fun/>
+- <https://www.photondesigner.com/articles/submit-async-django-form-with-htmx>
### FastAPI
@@ -157,4 +158,4 @@ These examples may make it a bit easier to get started using htmx with your plat
### DelphiMVCFramework
- <https://github.com/danieleteti/delphi-dmvcframework-htmx-todo>
-- <https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx> \ No newline at end of file
+- <https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx>