How do I import the Django DoesNotExist exception?

self.assertRaises(Chip.DoesNotExist, Chip.objects.get, id=0)

No comments:

Post a Comment