Re: Problem with apps in admin

2006-07-06 Thread Malcolm Tredinnick
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

Re: Problem with apps in admin

2006-07-06 Thread Enrico
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

Re: Problem with apps in admin

2006-07-06 Thread Enrico
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

Re: Problem with apps in admin

2006-07-05 Thread Malcolm Tredinnick
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

Problem with apps in admin

2006-07-04 Thread Enrico
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