Skip to content

Instantly share code, notes, and snippets.

@ChristinaMeno
Created August 1, 2011 17:55
Show Gist options
  • Save ChristinaMeno/1118635 to your computer and use it in GitHub Desktop.
Save ChristinaMeno/1118635 to your computer and use it in GitHub Desktop.
load_prod_schema_crap
#for jellydoughnut
git checkout prod_schema
unset CMG_LOCAL_VIRTUALENV_VERSION
source three_venv.sh
#activate your VE
load_prod_schema
#for storyville
git checkout crap_fixture
django-admin.py loaddata category_taxonomy.json
django-admin.py loaddata medley_categories
django-admin.py loaddata category_subsets
django-admin.py loaddata local_site_list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment