X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/eb383b976ed875888b261bf5901ee484aa2dcf8f..3596cf9db6eabb5f0aa36afe7919bc40e8ff0b9a:/src/wolnelektury/settings/__init__.py?ds=sidebyside diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index 113c1e731..f772d3d56 100644 --- 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: