- [] Run tests
- [] Preview changes on staging server
- [] Review styleguide
Created
June 13, 2018 14:52
-
-
Save kgupta80/393f999c7eb00c7fe312e70a71f7b05e to your computer and use it in GitHub Desktop.
Review checklist
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
import pymongo
mongod