How to Use Htmx in Django
How do you use htmx (the lightweight JavaScript library that uses HTML markup) in Django? This article shows how and provides an example usage. (more…)
Read more »When your Django application sends back a response with your user interface, templates are the tool you’ll use to produce that user interface. This article looks at what templates are and how to use them. Read more