From 3131ace8a6700540a4a3af069471672ae03bc8a8 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Nov 2022 23:21:42 -0700 Subject: Add domain to tests, make local use right settings --- takahe/settings/testing.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'takahe') diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py index 7dffa2a..c0af28b 100644 --- a/takahe/settings/testing.py +++ b/takahe/settings/testing.py @@ -4,3 +4,5 @@ from .base import * # noqa SECRET_KEY = "testing_secret" IN_TESTS = True + +MAIN_DOMAIN = "example.com" -- cgit v1.2.3