Django reverse all migrations for an app

To reverse all migrations for an app, you can run:

python manage.py migrate my_app zero