mongoclinet find code example
Example: mongoengine find
#var "Cars" is the document, then the parameter is
#what you are searching it by
Cars.objects(model=2013)
#var "Cars" is the document, then the parameter is
#what you are searching it by
Cars.objects(model=2013)