summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-22 17:06:32 -0700
committerAndrew Godwin2022-11-22 11:59:34 -0700
commit05ed5989e3436108f9a7bd443b0f79b7ee407f26 (patch)
tree0c59502ae81a45e13f0c1bf1f3f50a09fb43b162 /takahe/settings/testing.py
parentb7c7c66013557e093a838a84b9b0e7cbaf05e12a (diff)
downloadtakahe-05ed5989e3436108f9a7bd443b0f79b7ee407f26.tar.gz
takahe-05ed5989e3436108f9a7bd443b0f79b7ee407f26.tar.bz2
takahe-05ed5989e3436108f9a7bd443b0f79b7ee407f26.zip
Better way to initialise things on setup.
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r--takahe/settings/testing.py2
1 files changed, 0 insertions, 2 deletions
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"