Skip to content

Instantly share code, notes, and snippets.

@kgupta80
Created June 13, 2018 14:52
Show Gist options
  • Save kgupta80/393f999c7eb00c7fe312e70a71f7b05e to your computer and use it in GitHub Desktop.
Save kgupta80/393f999c7eb00c7fe312e70a71f7b05e to your computer and use it in GitHub Desktop.
Review checklist
  • [] Run tests
  • [] Preview changes on staging server
  • [] Review styleguide
@kgupta80
Copy link
Author

posts = db.posts

post_id = posts.insert_one(post).inserted_id
post_id
ObjectId('...')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment