Migration/requirements weirdness
frankwiles opened this issue · 1 comments
frankwiles commented
Couple of things:
-
Just pushed a few things live, one of which had a migration. The migration was not run on staging or prod, had to do it manually.
-
Migration worked flawlessly on staging, but on Prod it complained about the peps app not having migrations. Had to comment out peps from INSTALLED_APPS to get the site working again. I'm guessing this is left over .pyc or perhaps pep related ghost migrations in the prod db?
-
Requirements for master (staging) and release (prod) both have Django==1.5.12 however requirements.txt on both boxes has 1.5.11 still. Cron delay issue maybe?
frankwiles commented
Bah apparently I need more coffee, this should have gone in psf-chef. Ignore!