diff --git a/runtests.py b/runtests.py index baa945768..431c86dc8 100755 --- a/runtests.py +++ b/runtests.py @@ -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",