When to use update_or_create in Django?
The TLDR answer:
If you have used get_or_create
[https://thetldr.tech/how-to-use-get-or-create-in-django/] you must have had the
thought of if there is any Django ORM that could update_or_create. Well, Django
has the exact implementation which can either update the DB object if present,
else it would