Skip to content

Instantly share code, notes, and snippets.

@moacirmoda
Created August 10, 2018 00:46
Show Gist options
  • Save moacirmoda/a1253da10a6f2cfc38190ff2db40d17a to your computer and use it in GitHub Desktop.
Save moacirmoda/a1253da10a6f2cfc38190ff2db40d17a to your computer and use it in GitHub Desktop.
try:
Person.objects.get(id=1)
except ObjectDoesNotExists:
print('não existe')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment