djangopro.com
Django database migration tool: south, explained | DjangoPro
http://www.djangopro.com/2011/01/django-database-migration-tool-south-explained
Jan 3 / PK Shiu. Django database migration tool: south, explained. If you are using Django for production level application, you will need to use south. Requirement changes, and therefore your data model will change over time. South is a great tool, but it is complicated. You do not want to make a mistake when migrating an application in production. This is a detail look at how it interacts with your application so that you can understand and use it better. Let is start with a normal database schema migr...
SOCIAL ENGAGEMENT