Re: middleware needed

2005-09-11 Thread Eugene Lazutkin
Lawgon, Are you sure you run admin with correct settings? Please note that admin requires myproject.settings.admin, while the rest of the site requires myproject.settings.main (see http://www.djangoproject.com/documentation/tutorial1/). Cheers, Eugene "lawgon" <[EMAIL PROTECTED]> wrote in m

middleware needed

2005-09-11 Thread lawgon
I set up a django installation, but when i tried to run the admin thingie, i get this message: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/django/core/handlers/base.py", line 60, in get_response response = middleware_method(request, callback, param_dict)