Created
February 1, 2012 13:52
-
-
Save gurglet/1717020 to your computer and use it in GitHub Desktop.
Hur man indexerar om en modell.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from haystack.sites import site | |
from planner.models import SharedMealPlan | |
# Make sure the search index is registered | |
import planner.search_indexes | |
index = site.get_index(SharedMealPlan) | |
index.reindex() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment