migrating south nightmare
I am able to see my blog posts when I run the application on my local server, but Heroku can't seem to see any posts after following your instructions. When I try to migrate things, I'm told that it migrated everything but the blog. Now I'm stuck trying to figure out how to tell migrate to delete its ghostmigrations history just so that I can try to migrate this blog database. It seems like I have to figure out how to dive into this migrations database just to even try migrating again. Honestly, it's an absolute nightmare, and Heroku support just told me, "yeah it's not migrated."
Answers
heroku run python manage.py migrate blog should migrate the blog app on Heroku. If that comes back with an error, let me know.
to migrate blog you have to do "python manage.py migrate blog"