AttributeError at / ASKBOT_LANGUAGE
Hi, I\m getting AttributeError at / ASKBOT_LANGUAGE in a fresh installation I added ASKBOT_LANGUAGE to settings.py but that doesn't solve the problem
Hi, I\m getting AttributeError at / ASKBOT_LANGUAGE in a fresh installation I added ASKBOT_LANGUAGE to settings.py but that doesn't solve the problem
Please remove askbot.middleware.locale.LocaleMiddleware
from your MIDDLEWARE_CLASSES
in the settings.py
file. This feature is not yet ready for use.
Seems to me this shouldn't be shipped with a stable release then - i got this error when following the instructions documented on the website!
This error cost me a whole day to figure out because the actual exception was being masked by an exception during the error handling!
To enter a block of code:
Comments