So I want to use python shell inside eclipse.
When I click django shell environement in eclipse I get the following prompt: https://i.stack.imgur.com/00yri.jpg
Now I assume it wants the path to the settings.py file? I so, based on my folder structure (please check the image above!) the path should be rango.settings.py
right?
I've tried that but I get the
ModuleNotFoundError: No module named 'app1'
What am I doing wrong? please help!