X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e304ddc63e67fcf4176145e5405abdc0ff7ddd0b..8d1372958ce4a205f11fcdd44cf6e9cac8429a69:/wolnelektury/settings/basic.py diff --git a/wolnelektury/settings/basic.py b/wolnelektury/settings/basic.py index dea4b4263..3bcc85613 100644 --- a/wolnelektury/settings/basic.py +++ b/wolnelektury/settings/basic.py @@ -30,6 +30,7 @@ SOLR_TEST = "http://localhost:8983/solr/wl_test/" # If running in a Windows environment this must be set to the same as your # system time zone. TIME_ZONE = 'Europe/Warsaw' +USE_TZ = True SITE_ID = 1