Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. In this post, you'll learn how to handle Websockets with Django by extending the default ASGI application. We'll go over how t... (more…)
Read more »
Django is a fantastic framework, not the least because it includes everything needed to quickly create web apps.
But the developers should not be the only ones benefiting from this. The app should also be fast for users. (more…)
Read more »
100 billion ways to plot data on the web, but this one is the easiest... (more…)
Read more »
Now that Django 3.0 ships with ASGI support out of the box, adding Websockets to your Django app requires no extra dependencies. (more…)
Read more »
All too often, I see Django developers go about optimizing their apps the wrong way. So In this short article, I’ll shed some light on the… (more…)
Read more »