Basic South Usage


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # Local
  2. ./manage.py startmigration [appname] [migrationname]
  3. # Live
  4. ./manage.py migrate [appname]

URL: http://south.aeracode.org/wiki/QuickStartGuide

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.