fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Another upgrade.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
__init__.py
diff --git
a/src/wolnelektury/settings/__init__.py
b/src/wolnelektury/settings/__init__.py
index
113c1e7
..
f772d3d
100644
(file)
--- a/
src/wolnelektury/settings/__init__.py
+++ b/
src/wolnelektury/settings/__init__.py
@@
-29,15
+29,6
@@
except NameError:
CELERY_TASK_ALWAYS_EAGER = True
-# If SEARCH_INDEX not configured, disable the search.
-try:
- SOLR
-except NameError:
- NO_SEARCH_INDEX = True
-else:
- NO_SEARCH_INDEX = False
-
-
try:
SENTRY_DSN
except NameError: