summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py.mustache
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-07-13 12:53:27 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-07-13 12:53:27 -0600
commit9fae8c62a6bcc6694d2fb6033129af5e3f50896f (patch)
tree4ef92495efb553e7b7b18ad4cefc147708b8c979 /askbot/setup_templates/settings.py.mustache
parent19a94dccc7c337a72c8c28ae2d90860f6f2a7fbe (diff)
parent17ee9fe0f5de3489d35577a783748eb84602fa86 (diff)
downloadaskbot-9fae8c62a6bcc6694d2fb6033129af5e3f50896f.tar.gz
askbot-9fae8c62a6bcc6694d2fb6033129af5e3f50896f.tar.bz2
askbot-9fae8c62a6bcc6694d2fb6033129af5e3f50896f.zip
Merge branch 'master' into livesettings_fix
Diffstat (limited to 'askbot/setup_templates/settings.py.mustache')
-rw-r--r--askbot/setup_templates/settings.py.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index e29f1dca..18ac214d 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -97,7 +97,7 @@ TEMPLATE_LOADERS = (
MIDDLEWARE_CLASSES = (
#'django.middleware.gzip.GZipMiddleware',
- 'askbot.middleware.locale.LocaleMiddleware',
+ #'askbot.middleware.locale.LocaleMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
#'django.middleware.cache.UpdateCacheMiddleware',
'django.middleware.common.CommonMiddleware',