This post looks at how to configure Celery to handle long-running tasks in a Django app. (more…)
Read more »
I noticed that recently a lot of packages are moving away from the core to different repositories. While I think that is the right way to go, the packages are kind of drifting away in various direc... (more…)
Read more »
TIL that you can specify update_fields while saving a Django model to generate a leaner underlying SQL query. This yields better performance while updating multiple objects in a tight loop. To test that, I'm opening an IPython shell with python manage.py ... (more…)
Read more »
In this article, we’ll cover the easiest way to integrate React with Django. (more…)
Read more »
simple-django-login-and-register - An example of Django project with login, registration, password change, log out, and password reset functionality. (more…)
Read more »