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 »
Simon Willison is the creator of Datasette, an open source tool for exploring and publishing data. Prior to becoming an independent open source developer, Si... (more…)
Read more »
This is the first technical section in the Modern Django guide. Here we will walk through the setup, installation and creation of a Django project. We will also create a GitHub repository for this… (more…)
Read more »
A test passes in isolation, but fails when run in the full suite, pointing to some global shared state between tests. (more…)
Read more »
Django continues to be a rational and powerful choice to build your modern web application or SaaS. (more…)
Read more »