Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 12, 2011 00:50
Show Gist options
  • Save keokilee/866878 to your computer and use it in GitHub Desktop.
Save keokilee/866878 to your computer and use it in GitHub Desktop.
Set up the local_settings.py for Jenkins.
source .env/bin/activate;
rm local_settings.py
# rename hudson specific file
cp example_settings/local_settings.py.test local_settings.py
echo "local_settings.py replaced with hudson version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment