i have problem running Django server in Intellij / Pycharm (I tried in both).
There is that red cross:
And this is the error i get:
I have Python 2.7.10 and Django (via pip) installed on my computer. I've tried reinstalling both python and Django, but it didn't help. I've specified project sdk (Python).
Edit:
This is what it looks like in "Project Interpreter" page.
and Django configuration:
Try adding DJANGO_SETTINGS_MODULE=untitled.settings
to the environment variables listed in the configuration menu by clicking the dropdown titled 'Django' in your first photo.