diff options
author | eliott <eliott@cactuswax.net> | 2008-04-11 21:34:23 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-11 21:34:23 -0700 |
commit | 2f7ebf85587640387e1cdc4168e30ef16f00f6b8 (patch) | |
tree | e6b34b42eca2504899189937f1724cc871a9ee0c | |
parent | 751ac09698cb58afddb3e726a29438646777e877 (diff) |
set some default values in the settings file
-rw-r--r-- | settings.py | 4 |
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 * |