Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created February 6, 2012 12:57
Show Gist options
  • Select an option

  • Save igniteflow/1751923 to your computer and use it in GitHub Desktop.

Select an option

Save igniteflow/1751923 to your computer and use it in GitHub Desktop.
Python/Django environment settings
# if your getting errors about DJANGO_SETTINGS_MODULE not being set make sure you have the following two variables set
export PYTHONPATH=/some/path:/another/path:$PYTHONPATH
export DJANGO_SETTINGS_MODULE=www.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment