INADA Naoki 12 лет назад
Родитель
Сommit
ee20502f8b
1 измененных файлов с 2 добавлено и 2 удалено
  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
 # 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.
-USE_TZ = True
+USE_TZ = False
 
 # Absolute filesystem path to the directory that will hold user-uploaded files.
 # Example: "/home/media/media.lawrence.com/media/"