次のような Endpoints proto データストアを使用してGeoModelを実装しようとしています。
class Professional(EndpointsModel , GeoModel):
pass
取得:
TypeError: Error when calling the metaclass bases
metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Endpoints Proto Datastore を使用して、近接などで検索できるようにしたいと考えています。
助言がありますか ?