We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d3a2d commit 9afa595Copy full SHA for 9afa595
runtests.py
@@ -36,6 +36,7 @@ def __getitem__(self, item):
36
37
38
DEFAULT_SETTINGS = dict(
39
+ SECRET_KEY="not a secret",
40
ALLOWED_HOSTS=["localhost"],
41
AUTH_USER_MODEL="custom_user.CustomUser",
42
ROOT_URLCONF="simple_history.tests.urls",
0 commit comments