Re: Django Setup with apache & mod_python

2008-07-03 Thread Peter of the Norse
No. It’s the Python import path. Namely what you do for “import path.settings” when in the Python shell. There should be a partial OS path in your PythonPath setting that fills in the rest. On Jun 27, 2008, at 9:38 AM, nerdydork wrote: > Question on apache setup using mod_python, the

Django Setup with apache & mod_python

2008-06-27 Thread nerdydork
Question on apache setup using mod_python, the documentation states "… and replace mysite.settings with the Python import path to your Django project’s settings file." <-- would this be the full path to the settings.py file? I tried this and all I'm getting is a blank page - for every URL I