9

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?

Christoffer Karlsson
  • 4,539
  • 3
  • 23
  • 36

1 Answers1

23
python manage.py migrate <app> zero
Kit Sunde
  • 35,972
  • 25
  • 125
  • 179