Commit 6660646f by Ernie Park

commented out middleware requirement for pagesize which is no longer in the new devel middleware

parent 4474de49
......@@ -201,7 +201,7 @@ MIDDLEWARE_CLASSES = MIDDLEWARE_CLASSES + (
#'debug_toolbar.middleware.DebugToolbarMiddleware',
'askbot.middleware.view_log.ViewLogMiddleware',
'askbot.middleware.spaceless.SpacelessMiddleware',
'askbot.middleware.pagesize.QuestionsPageSizeMiddleware',
# 'askbot.middleware.pagesize.QuestionsPageSizeMiddleware',
)
FILE_UPLOAD_TEMP_DIR = os.path.join(os.path.dirname(__file__), 'tmp').replace('\\','/')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment