Browse Source

Merge remote-tracking branch 'yedpod/master' into round7-python-update

Conflicts:
	django-stripped/hello/hello/settings.py
INADA Naoki 12 years ago
parent
commit
fd44c1da74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      django/hello/hello/settings.py

+ 1 - 1
django/hello/hello/settings.py

@@ -38,7 +38,7 @@ SITE_ID = 1
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
-USE_I18N = True
+USE_I18N = False
 
 # If you set this to False, Django will not format dates, numbers and
 # calendars according to the current locale.