every time I 'python manage.py migrate myapp ' , errors happened , it said that the table is already exists... Any help ? please...
Asked
Active
Viewed 56 times
-1

Weizhi
- 174
- 4
- 22
-
-1 read the docs http://pypi.python.org/pypi/South/ – Hedde van der Heide Nov 19 '12 at 14:05
1 Answers
0
Maybe use python 'manage.py migrate myapp --fake' for all the migrations before the last one

CJ4
- 2,485
- 3
- 26
- 29