Commit 13b4d448 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

[1.5.x] Reverted unintentional change in aff9b2f5.

Backport of 785bf0d5 from master.
parent 54b45dfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ INTERNAL_IPS = ()
# systems may support all possibilities). When USE_TZ is True, this is
# interpreted as the default user time zone.
TIME_ZONE = 'America/Chicago'
TIME_ZONE = 'Europe/Paris'

# If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = False