X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/640e6f5c1e85d05d728cd29a129df9ea8aa8f31f..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/wolnelektury/settings/basic.py diff --git a/wolnelektury/settings/basic.py b/wolnelektury/settings/basic.py index 6ceed8ded..30812e516 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