plateforme-corres2math/apps/registration/search_indexes.py

9 lines
180 B
Python

from haystack import indexes
from .models import Registration
class RegistrationIndex(indexes.ModelSearchIndex, indexes.Indexable):
class Meta:
model = Registration