[Pydev-users] Unable to specify the Django Settings Module in Properties window
Brought to you by:
fabioz
From: Gary R. <gar...@ve...> - 2016-06-21 02:25:01
|
Hi again, I have the following setup Debian Stretch Eclispe Neon PyDev 5 workspace setup twd src twd __init__.py . . . wsgi.py manage.py When checking settings for the twd project, the "Properties for twd" > "PyDev-Django" window shows the Django Manage.py as src/manage.py as should be. The Django settings module is blank. Any entry gives a "Module:s could not be found error. Yet the Properties window shows the path to be /twd/src/twd/settings.py as expected. The location is shown as /home/gary/workspace/twd/src/twd/settings.py. Also as expected. Can I safely ignore the twd > properties > PyDev_Django/Django Settings Module or is this indicative of a serious problem. Gary R. |