Skip to content

Instantly share code, notes, and snippets.

@earthling-shruti
Created September 10, 2013 12:15
Show Gist options
  • Save earthling-shruti/6508560 to your computer and use it in GitHub Desktop.
Save earthling-shruti/6508560 to your computer and use it in GitHub Desktop.
@property
def foo(self):
try:
return Foo.objects.get(pk=1)
except Foo.DoesNotExist:
return None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment