1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-02-06 15:33:01 +00:00

9 lines
180 B
Python
Raw Normal View History

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