First time here? Check out the FAQ!

Revision history  [back]

Hi folks, I solved the problem. I had to set the DJANGO_SETTINGS_MODULE variable in my projects setting to my development settings. In my case local.py

My settings module looks like this:

├── common.py
├── __init__.py
├── local.py
├── production.py
└── test.py

So I had to set the project settings in my project configuration of wing-ide to the following:

DJANGO_SETTINGS_MODULE=${DJANGO_SITENAME}.config.settings.local