place/event matching task that could be used saving annotations
This commit is contained in:
parent
16d6c2c0fe
commit
dd8aee522c
5 changed files with 42 additions and 9 deletions
|
|
@ -18,3 +18,4 @@ def update_all_matches(**kwargs):
|
|||
def update_matches(id):
|
||||
place = models.Place.objects.get(pk=id)
|
||||
place.update_matches()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue