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
This commit is contained in:
Tom 2023-11-03 20:36:51 +01:00 committed by GitHub
parent a2830aa2df
commit 8ca51e078a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
- <https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx>