corrected doc on migrate to fit actual needs

This commit is contained in:
demo 2011-11-08 16:14:04 +01:00
parent 6e33408a7d
commit 3453de52d5

View File

@ -56,11 +56,7 @@ Adding To Your Django Project
./manage.py syncdb
If you're wise enough to use South, the first migration will need to be a fake::
./manage.py migrate helpdesk 0001 --fake
After the initial migration, all others are done in the usual way::
Then migrate using South
./manage.py migrate helpdesk