Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the 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() |