Skip to content

Commit 9afa595

Browse files
authored
Added SECRET_KEY to DEFAULT_SETTINGS (#718)
1 parent a3d3a2d commit 9afa595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __getitem__(self, item):
3636

3737

3838
DEFAULT_SETTINGS = dict(
39+
SECRET_KEY="not a secret",
3940
ALLOWED_HOSTS=["localhost"],
4041
AUTH_USER_MODEL="custom_user.CustomUser",
4142
ROOT_URLCONF="simple_history.tests.urls",

0 commit comments

Comments
 (0)