Skip to content

Commit

Permalink
Merge pull request #454 from yakky/fix-settings
Browse files Browse the repository at this point in the history
Add explicit SECRET_KEY required by django master
  • Loading branch information
chrisglass committed Aug 15, 2020
2 parents e67e704 + 1e2c880 commit e72a11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
],
POLYMORPHIC_TEST_SWAPPABLE="polymorphic.swappedmodel",
ROOT_URLCONF=None,
SECRET_KEY="supersecret"
)


Expand Down

0 comments on commit e72a11d

Please sign in to comment.