forked from extern/django-helpdesk
corrected doc on migrate to fit actual needs
This commit is contained in:
parent
6e33408a7d
commit
3453de52d5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user