Good tools make life generally better. Bad tools make your whole life about picking up after them. When we start greenfield work, the question of what tool to use is important. (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 »
This post looks at how to configure Celery to handle long-running tasks in a Django app. (more…)
Read more »
Recently, I gave a talk, Type Check your Django app at two conferences - Euro Python 2021 and PyCon India 2021. The talk was about adding Python gradual typing to Django using third-party package Django-stubs focussed heavily around Django Models. The blo... (more…)
Read more »
Django is the most popular Python web framework. It is now almost 12 years old and is used on
all kinds of different projects. From small to super large, from heavy content sites to pure API backends. (more…)
Read more »