From 05ed5989e3436108f9a7bd443b0f79b7ee407f26 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 22 Nov 2022 17:06:32 -0700 Subject: Better way to initialise things on setup. --- takahe/settings/testing.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'takahe/settings/testing.py') diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py index c0af28b..39fda96 100644 --- a/takahe/settings/testing.py +++ b/takahe/settings/testing.py @@ -3,6 +3,4 @@ from .base import * # noqa # Fixed secret key SECRET_KEY = "testing_secret" -IN_TESTS = True - MAIN_DOMAIN = "example.com" -- cgit v1.2.3