equal
deleted
inserted
replaced
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 |