X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3acfae26c01f08232af6f4b48e9a2ea54a0c2da..3306216e9d0c249c2699275aad212a7c4c3cc4a7:/wolnelektury/settings/basic.py diff --git a/wolnelektury/settings/basic.py b/wolnelektury/settings/basic.py index dea4b4263..30812e516 100644 --- a/wolnelektury/settings/basic.py +++ b/wolnelektury/settings/basic.py @@ -1,5 +1,5 @@ from os import path -from settings.paths import PROJECT_DIR +from .paths import PROJECT_DIR DEBUG = False TEMPLATE_DEBUG = DEBUG @@ -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