If you have this error… make sure you have the LocaleMiddleware installed in your MIDDLEWARE_CLASSES.
MIDDLEWARE_CLASSES = (
# other middleware ...
'django.middleware.locale.LocaleMiddleware',
)
Yuji's Increasingly Infrequent Ramblings
If you have this error… make sure you have the LocaleMiddleware installed in your MIDDLEWARE_CLASSES.
MIDDLEWARE_CLASSES = (
# other middleware ...
'django.middleware.locale.LocaleMiddleware',
)