summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 96084914..45ec98c5 100644
--- a/settings.py
+++ b/settings.py
@@ -1,6 +1,10 @@
import os
# Django settings for archweb_dev project.
+# setup some var defaults
+DEBUG = True
+CACHE = False
+
## Import local settings
from local_settings import *