diff options
author | Tom <46689196+a-toms@users.noreply.github.com> | 2023-11-03 20:36:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 15:36:51 -0400 |
commit | 8ca51e078af65172ba542702d029f858521d0201 (patch) | |
tree | b2a0ed4c91f571c5484a862aad3fa13c2eb82f18 | |
parent | a2830aa2df3a9f44f4ca4faac2d56de90f1a6b1f (diff) | |
download | htmx-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.md | 3 |
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> |