Modify ↓
Ticket #534 (closed task: invalid)
startmigration instead of schemamigration right?
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | documentation | Version: | unknown |
| Keywords: | Cc: |
Description
doesn't work:
http://south.aeracode.org/docs/tutorial/part1.html
./manage.py schemamigration southtut --initial
works:
http://sneeu.com/blog/2009/4/adding-south-migrations-django/
./manage.py startmigration [app name] --initial
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This is because you have an old version of South installed (we renamed that command in 0.7). If you upgrade to the 0.7 release series, the tutorial will work!