Improve your Django code and save effort during GitHub pull requests. Check your code now. (more…)
Read more »
It's been around three years since I came up with the current Channels design -
that of pushing everything over a networked "channel layer" and strictly
separating protocol handling and business logic - and while it's generally working
well for people, I ... (more…)
Read more »
Throughout this tutorial, we will learn how to optimize Django templates using Django Compressor to minify and bundles CSS and JS files. (more…)
Read more »
Since the release of Django 3.0 in December of 2019, the wildly popular web framework has begun the journey to support Async through ASGI… (more…)
Read more »