src/cm/settings.py
changeset 602 e16a97fb364a
parent 600 fda73ac53450
child 621 f60680601d52
equal deleted inserted replaced
601:d334a616c023 602:e16a97fb364a
   123 
   123 
   124 # comt settings
   124 # comt settings
   125 PISTON_IGNORE_DUPE_MODELS = True
   125 PISTON_IGNORE_DUPE_MODELS = True
   126 
   126 
   127 # YUI version : set to js/lib/ version directory to be used  
   127 # YUI version : set to js/lib/ version directory to be used  
   128 YUI_VERSION = 'yui_3.10.3'
   128 YUI_VERSION = 'yui3-3.15.0'
   129 #YUI_VERSION = 'yui3.0.0'
       
   130 
       
   131 
   129 
   132 # base timezone used for client
   130 # base timezone used for client
   133 DEFAULT_TIME_ZONE = TIME_ZONE 
   131 DEFAULT_TIME_ZONE = TIME_ZONE 
   134 
   132 
   135 CACHE_BACKEND = 'locmem:///?timeout=3600&max_entries=400'
   133 CACHE_BACKEND = 'locmem:///?timeout=3600&max_entries=400'