diff --git a/djangobb_forum/search_indexes.py b/djangobb_forum/search_indexes.py index adf0736..3f120d4 100644 --- a/djangobb_forum/search_indexes.py +++ b/djangobb_forum/search_indexes.py @@ -1,15 +1,6 @@ from haystack.indexes import * from haystack import site -from gargoyle import gargoyle -try: - if gargoyle.is_active('solr_indexing_enabled'): - from celery_haystack.indexes import CelerySearchIndex as SearchIndex -except: - # Allow migrations to run - from celery_haystack.indexes import CelerySearchIndex as SearchIndex - - import djangobb_forum.models as models class PostIndex(SearchIndex):