Created
August 10, 2018 00:47
-
-
Save moacirmoda/4f52f33f8e1e8bd6d783058d3d4bcd2d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
Person.objects.get(id=1) | |
except Person.DoesNotExists: | |
print('não existe') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment