When solving a problem that requires you to link a user's session data to their actual user object, Postgres comes in handy. (more…)
Read more »
Timo Zimmermann about software engineering, leading teams, consulting and start ups. (more…)
Read more »
The Django Software Foundation deeply values the diversity of our developers, users, and community. We are distraught by the suffering, oppression, and systemic racism the Black community faces every day. We can no longer remain silent.
... (more…)
Read more »
When you look for Django ORM optimization tips on the web, you will find mainly articles telling that you should use select_related and prefetch_related to improve your queries. If you are using… (more…)
Read more »
Django model is the single, definitive source of information about your data. (more…)
Read more »