def get_existing(self, obj): return Product.objects(product_id=obj.product_id).first()
def drop_collections(self): Product.drop_collection()