X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ac6111b68183ba7da48252eb0f7389b24ede20a9..85800bcf632ba3e027667835b08f8e0dc5ab6177:/wolnelektury/settings/basic.py diff --git a/wolnelektury/settings/basic.py b/wolnelektury/settings/basic.py index e5ba5cd16..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 @@ -22,7 +22,7 @@ DATABASES = { } SOLR = "http://localhost:8983/solr/wl/" - +SOLR_TEST = "http://localhost:8983/solr/wl_test/" # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name @@ -30,6 +30,7 @@ SOLR = "http://localhost:8983/solr/wl/" # 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