Answers for "django orm check if exists"

5

check django object exists

modelName.objects.filter(pk='id').exists()
Posted by: Guest on May-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language