First time here? Check out the FAQ!

Revision history  [back]

Hi,

You need to put this entry into the MIDDLEWARE classes section of settings.py.

MIDDLEWARE_CLASSES = (
    #'django.middleware.gzip.GZipMiddleware',
   ...
    'askbot.middleware.spaceless.SpacelessMiddleware',
    'askbot.middleware.csrf.CsrfViewMiddleware',
)