qmsk_www/settings/localization.py
changeset 214 1048b9081edc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qmsk_www/settings/localization.py	Sun Sep 14 04:16:52 2014 +0300
@@ -0,0 +1,13 @@
+## Internationalization
+# https://docs.djangoproject.com/en/1.7/topics/i18n/
+
+LANGUAGE_CODE = 'en-us'
+
+TIME_ZONE = 'UTC'
+
+USE_I18N = True
+
+USE_L10N = True
+
+USE_TZ = True
+