summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-07-22 23:17:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-07-22 23:17:48 +0200
commit41a0b83f342221c3dd5bf4ac6678f1822a936343 (patch)
tree9900a7dba07d05e982c665dff2ab3ee7adb67314 /settings.py
parent9ea03dcadcfcfca2435663494ec53493196b6244 (diff)
downloadkosten-41a0b83f342221c3dd5bf4ac6678f1822a936343.tar.gz
kosten-41a0b83f342221c3dd5bf4ac6678f1822a936343.tar.bz2
kosten-41a0b83f342221c3dd5bf4ac6678f1822a936343.zip
Settings splitting
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index d257d0e..76deacb 100644
--- a/settings.py
+++ b/settings.py
@@ -1,8 +1,5 @@
import os
-# set this to False on productive systems
-DEBUG = True
-
# just generate a new secret key on each startup
SECRET_KEY = os.urandom(42)