Browse Source

Disabled timezone support in settings - we only have one timezone at the LUG

master
Niklas Brachmann 11 years ago
parent
commit
e7f24189c6
  1. 2
      lugcash2/settings.py

2
lugcash2/settings.py

@ -49,7 +49,7 @@ USE_I18N = True @@ -49,7 +49,7 @@ USE_I18N = True
USE_L10N = True
# 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/"

Loading…
Cancel
Save