src/cm/settings.py
changeset 114 49647a504de8
parent 84 3776a2cf54f7
child 124 4576a8264929
equal deleted inserted replaced
113:cf99f4e14534 114:49647a504de8
    17 TIME_ZONE = 'Europe/Paris' #UTC
    17 TIME_ZONE = 'Europe/Paris' #UTC
    18 
    18 
    19 # it's not the format js client users will see the dates in !
    19 # it's not the format js client users will see the dates in !
    20 # it's the format that's used to communicate dates to js client (python date -> JSON str -> parsed to js date)
    20 # it's the format that's used to communicate dates to js client (python date -> JSON str -> parsed to js date)
    21 CLIENT_DATE_FMT = {'python_output' : '%Y-%m-%dT%H:%M:%S', 'js_parse' : "Y-m-d\\\\TH:i:s"}
    21 CLIENT_DATE_FMT = {'python_output' : '%Y-%m-%dT%H:%M:%S', 'js_parse' : "Y-m-d\\\\TH:i:s"}
       
    22 ALLOW_CLIENT_MODIF_ON_LAST_VERSION_ONLY = True
    22 
    23 
    23 # Language code for this installation. All choices can be found here:
    24 # Language code for this installation. All choices can be found here:
    24 # http://www.i18nguy.com/unicode/language-identifiers.html
    25 # http://www.i18nguy.com/unicode/language-identifiers.html
    25 LANGUAGE_CODE = 'en-us'
    26 LANGUAGE_CODE = 'en-us'
    26 
    27