Skip to content

Instantly share code, notes, and snippets.

@patrickbeeson
Created September 12, 2014 14:04
Show Gist options
  • Save patrickbeeson/f99e71ee0968d20ffab0 to your computer and use it in GitHub Desktop.
Save patrickbeeson/f99e71ee0968d20ffab0 to your computer and use it in GitHub Desktop.
Set DJANGO_SETTINGS_MODULE for virtualenv
#!/bin/bash
# Set our local settings for this project
export DJANGO_SETTINGS_MODULE="myproject.settings.local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment