From fa40f5bdcf9cb22437c0241751830438bebd9d06 Mon Sep 17 00:00:00 2001 From: Graham Ullrich Date: Tue, 19 Dec 2017 00:23:18 -0700 Subject: [PATCH] Update runtests.py remove unused MIDDLEWARE_CLASSES --- runtests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/runtests.py b/runtests.py index 17f2de6..80d30c4 100644 --- a/runtests.py +++ b/runtests.py @@ -22,7 +22,6 @@ } }, SITE_ID=1, - MIDDLEWARE_CLASSES=[], SECRET_KEY="notasecret", )