Skip to content

Instantly share code, notes, and snippets.

View michi88's full-sized avatar

Michaël Krens michi88

View GitHub Profile
@wsargent
wsargent / docker_cheat.md
Last active June 29, 2024 19:32
Docker cheat sheet
# search_indexes.py
from haystack import indexes
from myapp.models import TheModel
class TheModelSearchIndex(indexes.SearchIndex, indexes.Indexable):
# The usual fields.
# Then...
sites = indexes.MultiValueField()