Skip to content

Instantly share code, notes, and snippets.

@RichardBronosky
Forked from bigjust/*scratch*
Created September 19, 2011 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichardBronosky/1226576 to your computer and use it in GitHub Desktop.
Save RichardBronosky/1226576 to your computer and use it in GitHub Desktop.
Cut the BS. Get developing.
# 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