On Thu, 2006-07-06 at 15:02 +, Enrico wrote:
> Hi,
>
> I'm using apache and mod_python on Windows. Here's my config on
> httpd.conf:
>
>
> SetHandler python-program
> PythonPath "['C:/apache2triad/django/projects'] + sys.path"
> PythonHandler django.core.handlers.modpython
Better yet, I've just changed the PythonPath for the admin:
PythonPath "['C:/apache2triad/django/projects'] + sys.path"
The rest gets inherited.
Thanks again.
Enrico
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Go
Hi,
I'm using apache and mod_python on Windows. Here's my config on
httpd.conf:
SetHandler python-program
PythonPath "['C:/apache2triad/django/projects'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE rico.settings
On Tue, 2006-07-04 at 07:20 -0700, Enrico wrote:
> I'm following the tutorial:
> http://www.djangoproject.com/documentation/tutorial2/
>
> And I couldn't get the admin working by just uncommenting the
> "Uncomment this for admin:" line.
Do you mean this didn't work when you were using the develo
I'm following the tutorial:
http://www.djangoproject.com/documentation/tutorial2/
And I couldn't get the admin working by just uncommenting the
"Uncomment this for admin:" line.
My project name is "rico", I had to change the url to "rico/admin/"
instead of only "admin/".
This way I can log into
5 matches
Mail list logo