aboutsummaryrefslogtreecommitdiff
path: root/instance
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-12-01 13:10:57 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-12-01 13:10:59 +0100
commit813133ac4ae4cbc2e3b259301cfbfe64df23c802 (patch)
tree3bf4a2e3347e626444f8a252e94b8168246543e3 /instance
parentAdd "- Mu4Web" to page titles. (diff)
downloadmu4web-813133ac4ae4cbc2e3b259301cfbfe64df23c802.tar.gz
mu4web-813133ac4ae4cbc2e3b259301cfbfe64df23c802.tar.xz
Create settings file.
Diffstat (limited to 'instance')
-rw-r--r--instance/settings.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/instance/settings.py b/instance/settings.py
new file mode 100644
index 0000000..627b6a6
--- /dev/null
+++ b/instance/settings.py
@@ -0,0 +1,11 @@
+
+# ['from', 'to', 'subject', 'date']
+DEFAULT_SORT_COLUMN = 'date'
+
+# 'rising' or 'falling'
+DEFAULT_DIRECTION = 'falling'
+
+# Change this to something random, e.g. the output of
+# >>> os.urandom(24)
+SECRET_KEY = b"\x13\xbd\xaa'\x9d\xe9P\x83\xf1h\xd0\xc7\x893@\x80\xd3fP\x83\x8bMt\x8d"
+