Search code examples
mysqldjangodjango-south

can't sync my data to database using South


every time I 'python manage.py migrate myapp ' , errors happened , it said that the table is already exists... Any help ? please...


Solution

  • Maybe use python 'manage.py migrate myapp --fake' for all the migrations before the last one