You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in your applications if you want to make them easier to maintain.
116
+
117
+
*[Django ORM optimization story on selecting the least possible](https://www.peterbe.com/plog/django-orm-optimization-story-on-selecting-the-least-possible)
118
+
goes through one developer's Django ORM code refactoring to optimize the
119
+
performance and results of a single query.
120
+
121
+
*[Fixing your Django async job - database integration](https://spapas.github.io/2019/02/25/django-fix-async-db/)
122
+
is a great article on how to properly integrate the
123
+
[RQ task queue](/redis-queue-rq.html) with a Django backend.
0 commit comments