here's what I have for the Middleware:
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.models'
)
I'm searching the APIs to see what I might be missing... any
pointers?
On Jun 19, 4:20 pm, Andy McKay <[email protected]> wrote:
> On 19-Jun-09, at 3:38 PM, db_333 wrote:
>
> > File "/Library/Python/2.5/site-packages/django/core/handlers/
> > wsgi.py", line 228, in __call__
> > self.load_middleware()
> > File "/Library/Python/2.5/site-packages/django/core/handlers/
> > base.py", line 47, in load_middleware
> > mw_instance = mw_class()
> > TypeError: 'module' object is not callable
> > [19/Jun/2009 14:09:22] "GET / HTTP/1.1" 500 644
>
> But what Middleware do you have installed - whats the settings.py
> value for middleware?
>
> It looks like that might be problem, none of the above code.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---