Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created September 14, 2015 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/59b5b66e62a94280392f to your computer and use it in GitHub Desktop.
Save filipgorczynski/59b5b66e62a94280392f to your computer and use it in GitHub Desktop.
try:
user = UserProfile.objects.get(user__email=request.POST.get('email'))
except User.DoesNotExist:
user = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment