Skip to content

Instantly share code, notes, and snippets.

@mccutchen
Created May 7, 2010 18:16
Show Gist options
  • Save mccutchen/393804 to your computer and use it in GitHub Desktop.
Save mccutchen/393804 to your computer and use it in GitHub Desktop.
Get a Django shell in production
cd /home/webapps/kidjango/current
export PYTHONPATH=`pwd`:$PYTHONPATH
django-admin.py shell --settings=key.settings_ki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment