On Tue, Mar 17, 2009 at 1:54 PM, Bro <coolpari...@gmail.com> wrote: > > [snip]
> File "/var/lib/python-support/python2.5/django/core/handlers/ > base.py", line 44, in load_middleware > raise exceptions.ImproperlyConfigured, 'Middleware module "%s" > does not define a "%s" class' % (mw_module, mw_classname) > > ImproperlyConfigured: Middleware module > "django.contrib.flatpages.middleware" does not define a > "FlatpageFallbackMiddlewar" class > You seem to have dropped the e off the end of FlatpageFallbackMiddelware in your MIDDLEWARE_CLASSES setting that includes that middleware. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---