[Answer]-Can't delete old south migrations from heroku

1👍

--fake is used when the database tables already exists and you no longer need to actually migrate the real database. As the tables don’t exist, you should just run migrate without --fake.

Leave a comment