degal/config.py
changeset 101 698dc68a985d
parent 87 a7a18893730d
child 109 66a01c0806f1
--- a/degal/config.py	Thu Jun 11 23:57:20 2009 +0300
+++ b/degal/config.py	Thu Jun 11 23:57:53 2009 +0300
@@ -17,7 +17,8 @@
     gallery_path        = "."
     
     # force-update items
-    force_update        = False
+    force_thumb         = False
+    force_html          = False
 
     # minimum logging level
     log_level           = logging.INFO