Skip to content

Instantly share code, notes, and snippets.

@egitimplus
Created October 29, 2019 12:32
Show Gist options
  • Save egitimplus/3851fce12d6d4d66d2366f2812efa5f3 to your computer and use it in GitHub Desktop.
Save egitimplus/3851fce12d6d4d66d2366f2812efa5f3 to your computer and use it in GitHub Desktop.
get_or_create()
obj, created = User.objects.get_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