-from django.conf import settings
import datetime
+from django.conf import settings
from haystack import indexes
+from fnpdjango.utils.models.translation import add_translatable_index
from events.models import Event
-from migdal.helpers import add_translatable_index
class EventIndex(indexes.RealTimeSearchIndex, indexes.Indexable):