django-planet

What's new in Django community blogs?

About looking for a bottleneck

Oct. 8, 2018 » Thomas Loiret - Random thoughts » [Archived Version]

Be sure to use trustworthy tools to determine your metrics and be methodical about how you are looking for a bottleneck.

Read More

Update annotated Django querysets using subqueries

Sept. 30, 2018 » Paolo Melchiorre » [Archived Version]

How-To guide to update a Django queryset with annotation and subquery.

Read More

Do you know that your email address is shared by default with your network on LinkedIn?

Sept. 11, 2018 » Thomas Loiret - Random thoughts » [Archived Version]

Your email address is visible by default to your network, you may not want that.

Read More

Tips for Using Django's ManyToManyField

Aug. 31, 2018 » REVSYS Blog » [Archived Version]

Tips for Using Django's ManyToManyField

Read More

Sentinel values in Python

Aug. 17, 2018 » REVSYS Blog » [Archived Version]

Sentinel values in Python

Read More

Celery and Django and Docker: Oh My!

July 23, 2018 » REVSYS Blog » [Archived Version]

Celery and Django and Docker: Oh My!

Read More

pytest support for django-test-plus

June 15, 2018 » REVSYS Blog » [Archived Version]

pytest support for django-test-plus

Read More

Caching uuid's for the win!

May 23, 2018 » REVSYS Blog » [Archived Version]

Caching uuid's for the win!

Read More

Testing import file mismatch

May 21, 2018 » REVSYS Blog » [Archived Version]

Testing import file mismatch

Read More

Upgrade PostgreSQL from 9.6 to 10 on Ubuntu 18.04

May 18, 2018 » Paolo Melchiorre » [Archived Version]

Howto guide for upgrading PostgreSQL from version 9.6 to 10.0 on Ubuntu, after its upgrade from version 17.10 to 18.04 (Bionic Beaver).

Read More