Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DJANGO_SETTINGS_MODULE not set raises error #67

Closed
ruidc opened this issue Mar 14, 2014 · 2 comments
Closed

DJANGO_SETTINGS_MODULE not set raises error #67

ruidc opened this issue Mar 14, 2014 · 2 comments

Comments

@ruidc
Copy link

ruidc commented Mar 14, 2014

(env)[rui@alarm demo]$ python starting_page.py
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/django/conf/init.py", line 38, in _setup
settings_module = os.environ[ENVIRONMENT_VARIABLE]
File "/home/rui/workspace/demo/env/lib/python3.3/os.py", line 676, in getitem
raise KeyError(key) from None
KeyError: 'DJANGO_SETTINGS_MODULE'

@yakky
Copy link
Member

yakky commented Mar 16, 2014

would you check against latest develop?

@yakky yakky added the bug label Mar 16, 2014
@yakky yakky modified the milestone: Quickfix - CMS sync Mar 16, 2014
@yakky
Copy link
Member

yakky commented Mar 23, 2014

Fixed in 0.3.3

@yakky yakky closed this as completed Mar 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants