closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
523 stars 88 forks source link

Compatibility with mongoengine[original] #93

Closed michaelbukachi closed 7 years ago

michaelbukachi commented 7 years ago

Hello I've forked the project and I'm trying to update the syntax and dependencies to support the latest versions of python. I'm kinda stuck at mongoengine since a forked version is being used. Is there any way i could get the differences between the two or do i have to stick to the forked version.

thomasst commented 7 years ago

Support for Python 3 / official MongoEngine is in progress here: https://github.com/closeio/flask-mongorest/pull/99

thomasst commented 7 years ago

Using official MongoEngine with flask-mongorest should work now. If you have any specific issues with the latest version, feel free to open a specific issue.