django-planet

What's new in Django community blogs?

Django Migrations Recipe #1

April 3, 2016 » Markus Holtermann » [Archived Version]

This recipe shows how one can optimize a migration Django creates.

Read More

Django Migrations Recipe #2

April 3, 2016 » Markus Holtermann » [Archived Version]

This recipe shows how one can add a non-nullable column to a table with already existing data.

Read More

Django Migrations Recipe #3

April 3, 2016 » Markus Holtermann » [Archived Version]

This recipe shows how to rename an app that does not have any incoming dependencies.

Read More

Don’t be afraid of writing migrations

April 3, 2016 » Markus Holtermann » [Archived Version]

Django migrations are complex. They do a lot for you but sometimes you need to tell ‘em how to do things. There’s no reason to be afraid of that, though.

Read More

Syntax highlighting for Django’s SQL query logging

Jan. 29, 2016 » Markus Holtermann » [Archived Version]

Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.

Read More

Syntax highlighting for Django’s SQL query logging

Jan. 29, 2016 » Markus Holtermann » [Archived Version]

Django provides a logger for all SQL queries you run and adds syntax highlighting to the console output.

Read More

PDFs in Django: The essential guide

Nov. 27, 2015 » /var/ - django » [Archived Version]

An essential guide to creating, editing and serving PDF files in django

Read More

Django dynamic tables and filters for similar models

Oct. 5, 2015 » /var/ - django » [Archived Version]

Creating DRY and dynamic tables and forms for similar models in django

Read More

django-rq redux: advanced techniques and tools

Sept. 1, 2015 » /var/ - django » [Archived Version]

Another article about django-rq with some more advanced techniques and tools!

Read More

DjangoCon Europe 2015 — The Boy Band Conference

June 14, 2015 » Markus Holtermann » [Archived Version]

2015’s DjangoCon Europe edition with 350 attendees took place in the beautiful city of Cardiff, Wales, UK.

Read More