place/event matching task that could be used saving annotations

This commit is contained in:
j 2011-10-27 10:44:05 +02:00
commit dd8aee522c
5 changed files with 42 additions and 9 deletions

View file

@ -18,3 +18,4 @@ def update_all_matches(**kwargs):
def update_matches(id):
place = models.Place.objects.get(pk=id)
place.update_matches()