Added: Fundusz, dummy payments.
[wolnelektury.git] / wolnelektury / settings / basic.py
index e5ba5cd..3bcc856 100644 (file)
@@ -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