Could not find Eclispe pydev settings module

I keep trying to create a project with Eclipse Neon Release Candidate 3 (4.6.ORC3) and PyDev 5.1.1 and continue to have the same problem. Going to Project> Properties> PyDev-Django, I still get the same error. Could not find the settings module. I tried everything to try to fix this error, including manually filling in DJANGO_SETTINGS_MODULE manually. Nothing works. The problem does exist, because the manage.py and runerver tests return the same error. The settings.py file exists and is located in the correct place in the project directory. I'm dead in the water until I get it.

Note. I upgraded the system to Neon 4.6 and PyDev 5.1.2. I still have the same problems

Using the Debian Linux Stretch with the KDE Desktop

Please, help.

Gary R.

+4
source share
2 answers

Before adding project to python path

enter image description here Adding a python path to a project: pythonpath is now added to the projectenter image description here enter image description here

After adding python path to project settings module found enter image description here

I use: django 1.10, pydev 5.2

+3
source

Make sure the PyDEV PYTHONPATH settings contain the directory in which the management is performed.

0
source

Source: https://habr.com/ru/post/1650988/


All Articles