Skip to content

Instantly share code, notes, and snippets.

@pagenoare
Created February 5, 2015 11:36
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 pagenoare/44cadf20ce039fd8f902 to your computer and use it in GitHub Desktop.
Save pagenoare/44cadf20ce039fd8f902 to your computer and use it in GitHub Desktop.
user, created = User.objects.get_or_create(
param1=foo,
param2=bar
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment