Skip to content
Snippets Groups Projects
Verified Commit 60074c21 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix selection of haystack index backend

parent 7bb6c7bc
No related branches found
No related tags found
No related merge requests found
Pipeline #2028 failed
......@@ -6,9 +6,9 @@ from haystack import indexes
Indexable = indexes.Indexable # noqa
if settings.HAYSTACK_SIGNAL_PROCESSOR == "celery_haystack.signals.CelerySignalProcessor":
from haystack.indexes import SearchIndex as BaseSearchIndex
else:
from celery_haystack.indexes import CelerySearchIndex as BaseSearchIndex
else:
from haystack.indexes import SearchIndex as BaseSearchIndex
class SearchIndex(BaseSearchIndex):
......
  • Owner

    I will pin a printout of this commit on my wall :D…

  • Author Owner

    I will pin a :dolphin: on my wall if you pin a printout of this commit on your wall :).

  • Owner

    dolphi@plaskebasseng  ~  lp Pictures/Screenshot_20200504_213756.png

    request id is HP_OfficeJet_5200_series-220 (1 file(s))

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment