コード例 #1
0
def reindex_mymodel(sender, instance):
    ProjectIndex.update_object(ProjectIndex(), instance)
コード例 #2
0
def delete_mymodel(sender, instance):
    ProjectIndex.remove_object(ProjectIndex(), instance)
コード例 #3
0
def reindex_mymodel(sender, instance):
    ProjectIndex.update_object(ProjectIndex(), instance)