[Fixed]-Using a signal to create a new instance of a model when another models field changes

1👍

Change

if Offer.objects.get(accepted=True):

to

if instance.accepted:

Leave a comment