Created
February 6, 2012 12:57
-
-
Save igniteflow/1751923 to your computer and use it in GitHub Desktop.
Python/Django environment settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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