diff options
Diffstat (limited to 'tests/djapp')
-rw-r--r-- | tests/djapp/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/djapp/settings.py b/tests/djapp/settings.py index c1b79b0..c051faf 100644 --- a/tests/djapp/settings.py +++ b/tests/djapp/settings.py @@ -41,5 +41,6 @@ INSTALLED_APPS = [ 'tests.djapp' ] +MIDDLEWARE_CLASSES = () SECRET_KEY = 'testing.' |