Browse Source

Don't use L10N and TZ also.

INADA Naoki 12 years ago
parent
commit
ee20502f8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      django/hello/hello/settings.py

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

@@ -42,10 +42,10 @@ USE_I18N = False
 
 
 # If you set this to False, Django will not format dates, numbers and
 # If you set this to False, Django will not format dates, numbers and
 # calendars according to the current locale.
 # calendars according to the current locale.
-USE_L10N = True
+USE_L10N = False
 
 
 # If you set this to False, Django will not use timezone-aware datetimes.
 # If you set this to False, Django will not use timezone-aware datetimes.
-USE_TZ = True
+USE_TZ = False
 
 
 # Absolute filesystem path to the directory that will hold user-uploaded files.
 # Absolute filesystem path to the directory that will hold user-uploaded files.
 # Example: "/home/media/media.lawrence.com/media/"
 # Example: "/home/media/media.lawrence.com/media/"