src/cm/settings.py
changeset 600 fda73ac53450
parent 561 6da1a12084a9
child 602 e16a97fb364a
equal deleted inserted replaced
599:6c2ef083d89f 600:fda73ac53450
   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 = 'yui_3.10.3'
   129 YUI_VERSION = 'yui3.0.0'
   129 #YUI_VERSION = 'yui3.0.0'
   130 
   130 
   131 
   131 
   132 # base timezone used for client
   132 # base timezone used for client
   133 DEFAULT_TIME_ZONE = TIME_ZONE 
   133 DEFAULT_TIME_ZONE = TIME_ZONE 
   134 
   134