eve-mongoengine
eve-mongoengine copied to clipboard
An Eve extension for MongoEngine ODM support
I updated the requirements to a more modern mongoengine version (and consequently also eve release can be higher). Tests have been performed and they successfully pass.
Hi all, I was wondering whether there is any ideas of developing the project. Indeed, the requirements.txt date back to a
I am getting this exception with a simple code. It breaks the `/person` endpoint and all of other endpoints I receive a 404 error.  ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on...
Hi, Is it possible to implement ListField with EmbeddedField? Something: ``` python stars = ListField(EmbeddedDocumentField(StarsModel)) ``` where... ``` python class StarsModel(EmbeddedDocument): score = db.IntField(default=0) voter = db.ReferenceField(User) ``` How to...
The connection assumes a single host and does not accommodate the possibility of a replica set. The easiest fix would be to allow for the use of a MONGO_URI when...
**Or, if you are setting up your data before Eve is initialized, as is the case with application factories:** http://eve-mongoengine.readthedocs.org/en/latest/