문제

I need to delete a table I think django-taggit but as I am no longer occupying the app

http://django-taggit.readthedocs.org/en/latest/

To control the database occupy south, I've searched the documentation but to no avail.

python manage.py migrate --list:
.....
    taggit
    (*) 0001_initial
    (*) 0002_unique_tagnames

Hope you can help

도움이 되었습니까?

해결책

If the migrations are written to be able to go backward, you can use following command:

python manage.py migrate myapp zero
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top