Skip to content

Commit

Permalink
Added SECRET_KEY to DEFAULT_SETTINGS (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Oct 7, 2020
1 parent a3d3a2d commit 9afa595
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 @@ -36,6 +36,7 @@ def __getitem__(self, item):


DEFAULT_SETTINGS = dict(
SECRET_KEY="not a secret",
ALLOWED_HOSTS=["localhost"],
AUTH_USER_MODEL="custom_user.CustomUser",
ROOT_URLCONF="simple_history.tests.urls",
Expand Down

0 comments on commit 9afa595

Please sign in to comment.