qmsk_www/settings/localization.py
changeset 235 2fb2928eed8c
parent 234 70b425280964
child 236 4ca68e4eb386
equal deleted inserted replaced
234:70b425280964 235:2fb2928eed8c
     1 ## Internationalization
       
     2 # https://docs.djangoproject.com/en/1.7/topics/i18n/
       
     3 
       
     4 LANGUAGE_CODE = 'en-us'
       
     5 
       
     6 TIME_ZONE = 'UTC'
       
     7 
       
     8 USE_I18N = True
       
     9 
       
    10 USE_L10N = True
       
    11 
       
    12 USE_TZ = True
       
    13