On Apr 25, 10:06 pm, Newt <
strejda.n...@gmail.com> wrote:
> Thank you very much,
> yes, it's the only app (well I have a production and development
> version of the same application running there).
> The production version is dj 1.0.2
> The development version is dj 1.1b - with the trunk version of django-
> pyodbc - but I switched to this version in desperate response to this
> problem. I hope it's no problem.
>
> Also i found this stuff in vhost configs:
> PythonDebug On
> PythonAutoReload On
Commenting out PythonAutoReload will not make any difference as On is
the default for mod_python anyway. Also, that option has no bearing on
Django use anyway, and only applies to mod_python's own internal
module importer, which doesn't really get used in any way, at least to
load modules, when Django is being run.
Graham