Skip to content

Instantly share code, notes, and snippets.

@h4yfans
Created March 25, 2020 09:17
Show Gist options
  • Save h4yfans/d18a6d34c9e89786690d6980ac539d75 to your computer and use it in GitHub Desktop.
Save h4yfans/d18a6d34c9e89786690d6980ac539d75 to your computer and use it in GitHub Desktop.
r = Reporter(first_name='Kaan', last_name='Karaca', email='kaan@karaca.com')
r.save()
r2 = Reporter(first_name='Sevde', last_name='Dayıdinç', email='sevde@dayidinc.com')
r2.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment