|
@@ -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/"
|