Merge pull request #454 from yakky/fix-settings

Add explicit SECRET_KEY required by django master
fix_request_path_info^2
Chris Glass 2020-08-15 09:20:16 +02:00 committed by GitHub
commit e72a11d12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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