Skip to content

Instantly share code, notes, and snippets.

@egitimplus
Created October 29, 2019 12:33
Show Gist options
  • Save egitimplus/3c4853ebde7ee7026e00cd307b9de7f2 to your computer and use it in GitHub Desktop.
Save egitimplus/3c4853ebde7ee7026e00cd307b9de7f2 to your computer and use it in GitHub Desktop.
update_or_create()
obj, created = User.objects.update_or_create(
username ='Emre',
defaults={'email': '[email protected]'},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment