Ejemplo n.º 1
0
 def get_existing(self, obj):
     return Product.objects(product_id=obj.product_id).first()
Ejemplo n.º 2
0
 def drop_collections(self):
     Product.drop_collection()