Remove app (and associated database tables) in Dja

2019-03-27 14:59发布

问题:

Is it possible to use Django 1.7 migrations to completely remove/uninstall an app and all its traces (mainly, all its database tables)?

If not, what is the appropriate way of doing this in Django 1.7?

回答1:

python manage.py migrate <app> zero