Created
August 1, 2011 17:55
-
-
Save ChristinaMeno/1118635 to your computer and use it in GitHub Desktop.
load_prod_schema_crap
This file contains 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
#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