Commit 2fc931e9 by Collin Anderson

fix (1_7.W001) MIDDLEWARE_CLASSES is not set.

parent 9b85eab6
...@@ -17,7 +17,8 @@ if not settings.configured: ...@@ -17,7 +17,8 @@ if not settings.configured:
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'taggit', 'taggit',
'tests', 'tests',
] ],
MIDDLEWARE_CLASSES=[],
) )
......
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 sign in to comment