summaryrefslogtreecommitdiffstats
path: root/takahe/settings/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/settings/testing.py')
-rw-r--r--takahe/settings/testing.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/takahe/settings/testing.py b/takahe/settings/testing.py
new file mode 100644
index 0000000..6527333
--- /dev/null
+++ b/takahe/settings/testing.py
@@ -0,0 +1,4 @@
+from .base import * # noqa
+
+# Fixed secret key
+SECRET_KEY = "testing_secret"