arghyaiitb / the-tldr-tech-comments

Repository to maintain comments for thetldr.tech blog
0 stars 0 forks source link

https://thetldr.tech/how-to-use-get-or-create-in-django/ #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How to use get_or_create in Django?

https://thetldr.tech/how-to-use-get-or-create-in-django/

nlabrad commented 2 years ago

Hi, thanks for putting this out. I have a question, where does except Person.DoesNotExist: come from? Should this be Profile.DoesNotExist?

Thanks

arghyaiitb commented 2 years ago

@nlabrad Thanks for pointing out, Yes you are correct it should be Profile.DoesNotExist