plateforme-corres2math/apps/registration/search_indexes.py

9 lines
180 B
Python
Raw Normal View History

from haystack import indexes
from .models import Registration
2020-10-15 14:29:50 +00:00
class RegistrationIndex(indexes.ModelSearchIndex, indexes.Indexable):
class Meta:
model = Registration