summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-12 06:34:23 +0200
committereliott <eliott@cactuswax.net>2008-04-12 06:34:23 +0200
commit2f7ebf85587640387e1cdc4168e30ef16f00f6b8 (patch)
treee6b34b42eca2504899189937f1724cc871a9ee0c /settings.py
parent751ac09698cb58afddb3e726a29438646777e877 (diff)
downloadarchweb-2f7ebf85587640387e1cdc4168e30ef16f00f6b8.tar.gz
archweb-2f7ebf85587640387e1cdc4168e30ef16f00f6b8.tar.xz
set some default values in the settings file
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 9608491..45ec98c 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 *