Skip to content

Instantly share code, notes, and snippets.

@ss81
Created October 29, 2013 20:59
Show Gist options
  • Save ss81/7222483 to your computer and use it in GitHub Desktop.
Save ss81/7222483 to your computer and use it in GitHub Desktop.
Initiate Django development environment
virtualenv django_env
cd django_env/
source bin/activate
pip install -r requirements/common.txt
pip install -r requirements/dev.txt
.....
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment