if you have error message to 'django.db.utils.IntegrityError: Unknown table '
than remove the your table to already.
so you can option --fake
$ python ./manage.py migrate YOUR_APP --fake
then ended migrate and it worded!
'web > Django' 카테고리의 다른 글
uwsgi logger disable option (0) | 2014.10.24 |
---|---|
django.db.utils.IntegrityError: Can't DROP 'XXXX'; check that column/key exists (0) | 2014.10.21 |
django ie8 / ie9 json save as problem (0) | 2014.10.01 |
django template if equal (0) | 2014.09.30 |
ImportError: cannot import name execute_manager (0) | 2014.09.29 |