django-planet

What's new in Django community blogs?

Python 12-factor apps with envparse

Aug. 27, 2016 » REVSYS Blog » [Archived Version]

Python 12-factor apps with envparse

Read More

Extend Django Templates Smartly

Aug. 8, 2016 » REVSYS Blog » [Archived Version]

Extend Django Templates Smartly

Read More

DjangoCon US 2016: SSL All The Things

July 18, 2016 » Markus Holtermann » [Archived Version]

Over the last few years SSL/TLS encryption of websites has risen tremendously. The Let’s Encrypt organization makes that pretty easy. And you can use it.

Read More

DjangoCon US 2016: SSL All The Things

July 18, 2016 » Markus Holtermann » [Archived Version]

Over the last few years SSL/TLS encryption of websites has risen tremendously. The Let’s Encrypt organization makes that pretty easy. And you can use it.

Read More

Using Werkzeug debugger with Django

June 7, 2016 » /var/ - django » [Archived Version]

How to use the Werkzeug interactive debugger with Django to improve your development workflow

Read More

So you want a new admin?

May 26, 2016 » django on Jacob Kaplan-Moss » [Archived Version]

Django’s admin site is about 12 years old. It started circa early 2004 as an internal CMS at the Lawrence Journal-World, was released as part of Django in 2005, and has been chugging away ever since. There’s been some substantial re-writes along the way – magic-removal, new forms, the flat theme – but for the most part the admin’s stayed pretty much the same for that entire time. The interface, functionality, and CRUD-oriented workflow haven’t really changed …

Read More

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