I am using Pycharm IDE and when I run any file.py I get this error:

"..raise ImportError("Settings cannot be imported, because environment variable %s is undefined." % ENVIRONMENT_VARIABLE) ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined."

How to configure DJANGO_SETTINGS_MODULE in Pycharm?

link|improve this question

0% accept rate
jetbrains.com/pycharm/quickstart – goh May 13 '11 at 7:27
feedback

3 Answers

You can go to the tool bar which shows a dropdown and select your project ->edit configuration. There in the Environment variable area enter DJANGO_SETTINGS_MODULE mysite.settings and save .

link|improve this answer
feedback

I had the same problem. The settings of my django support was empty:

PyCharm project config

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.