본문 바로가기

web/Django

Django South migration error 

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