Optimizing Django Database Queries
Django's ORM is fast, powerful and easy to use. The problem is that it's easy to make mistakes. In this post I'll talk a little bit about optimizations. (more…)
Read more »Let’s use Django Channels to create a real-time Django application. Read more