From 1e2c880429765984b7eec28cab06e0aebd3f3d55 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 14 Aug 2020 17:46:32 +0200 Subject: [PATCH] Add explicit SECRET_KEY required by django master --- runtests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/runtests.py b/runtests.py index 75a7253..ac8d9f1 100755 --- a/runtests.py +++ b/runtests.py @@ -74,6 +74,7 @@ if not settings.configured: ], POLYMORPHIC_TEST_SWAPPABLE="polymorphic.swappedmodel", ROOT_URLCONF=None, + SECRET_KEY="supersecret" )