Backwards migration with Django South
$ python ./manage.py migrate your_app 0002
error
south.exceptions.GhostMigrations:
! These migrations are in the database but not on disk:
$ python manage.py migrate your_app --ignore-ghost-migrations
'web > Django' 카테고리의 다른 글
django-summernote 사용하기 (4) | 2016.07.23 |
---|---|
get 방식의 글자 256자 제한은 잘못된 상식 (3) | 2016.05.24 |
django ajax post data and view.py (0) | 2014.11.08 |
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 |