Use save method override instead of a signal
and gets the new test file working
This commit is contained in:
parent
2ef777f87e
commit
c7c975d695
11 changed files with 347 additions and 328 deletions
|
@ -38,4 +38,4 @@ def execute_after_save(sender, instance, created, *args, **kwargs):
|
|||
return
|
||||
if not instance.remote_id:
|
||||
instance.remote_id = instance.get_remote_id()
|
||||
instance.save()
|
||||
instance.save(broadcast=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue