Проверьте объект Django существует
modelName.objects.filter(pk='id').exists()
Noobie Nareshhhh
modelName.objects.filter(pk='id').exists()