Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@krisys
krisys / Add field to an existing Django app with South
Created September 7, 2011 06:49 — forked from DaveEveritt/Add field to an existing Django app with South
quickly add field(s) to existing Django models with South
====================================================================
Simple-as-possible instructions to add a field (or more) using South
to an existing Django model with existing data.
====================================================================
Two versions:
1. Super-condensed (the bare minimum - jfdi)
2. Detailed-but-brief (if you want more information).
Notes: