We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1ba92 commit 274e368Copy full SHA for 274e368
1 file changed
rootfs/deis/settings.py
@@ -45,7 +45,8 @@
45
46
# If you set this to False, Django will make some optimizations so as not
47
# to load the internationalization machinery.
48
-USE_I18N = True
+# https://docs.djangoproject.com/en/1.9/ref/settings/#use-i18n
49
+USE_I18N = False
50
51
# If you set this to False, Django will not format dates, numbers and
52
# calendars according to the current locale.
0 commit comments