Add explicit SECRET_KEY required by django master

fix_request_path_info^2
Iacopo Spalletti 2020-08-14 17:46:32 +02:00
parent e67e7042db
commit 1e2c880429
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ if not settings.configured:
], ],
POLYMORPHIC_TEST_SWAPPABLE="polymorphic.swappedmodel", POLYMORPHIC_TEST_SWAPPABLE="polymorphic.swappedmodel",
ROOT_URLCONF=None, ROOT_URLCONF=None,
SECRET_KEY="supersecret"
) )