Answers for "check if item is exists in db - django"

5

check django object exists

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

Code answers related to "check if item is exists in db - django"

Python Answers by Framework

Browse Popular Code Answers by Language