summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
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)