Skip to content

Commit

Permalink
Don't use L10N and TZ also.
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Aug 21, 2013
1 parent fd44c1d commit ee20502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/hello/hello/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@

# 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/"
Expand Down

0 comments on commit ee20502

Please sign in to comment.