-
-
Save RichardBronosky/1226576 to your computer and use it in GitHub Desktop.
Cut the BS. Get developing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Launch screen/tmux. Start this in the background while you try your other fixes. See which works first. | |
# Skip this if you want to try to fix your current venv | |
create_environment; sv; load_prod_db; django-admin.py loaddata local_site_list | |
# In case your jellydoughnut wasn't totally up to date | |
ensure_ro_db_user | |
# Migration Whack-a-Mole | |
django-admin.py migrate sitesettings | |
django-admin.py migrate source | |
django-admin.py migrate list_o_rama | |
django-admin.py migrate | |
django-admin.py migrate list_o_rama 0031 | |
django-admin.py migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment