Effective Examples of Django Async Views Without Sleeping

Learn how to use Django Async Views with non-trivial examples… Read more

Similar

How to Dockerize Django in 5 minutes

This tutorial will show you how to Dockerize a Django project in less than 5 minutes. If you've been working with Django for a while, chances are you've heard of Docker before. But here's a quick summary of Docker and why you should consider using it in y... (more…)

Read more »

Django project optimization guide (part 1)

Django is a powerful framework used in many great projects. It provides many batteries, that speed up development and therefore reduces the price of it. When a project becomes large and is used by many users you inevitably will run into performance proble... (more…)

Read more »