I have been running Apache and PHP for some time and now would like to use python. I installed django and mod_wsgi, but still did not work.
I get errors like
ImportError: Could not import settings '/srv/django_projects/proj1/settings.py' (Is it on sys.path?):
in my apache logs. PYTHONPATH configuration tutorials seem to require adding an export command to the web server startup scripts, but frankly, I have no idea what I'm doing, so I would like to get some clarity about what is going on and what I should do.
source
share