You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sposs ,
I have the same query for which you are asking for. So if you have concluded so far please let me know.
I have started using mongoengine (Documents), rest-framework-mongo-engine(Documentsserializars). But I got stucked when I started implementing multiple database.
serializer.is_valid() always goes for validation to default database only. This issue is explained in detail over stackoverflow at
Link: http://stackoverflow.com/questions/42412218/while-using-django-restframework-multiple-database-serializer-is-valid-always
So I thinking to migrate my project to django-mongodb-engine(models and modelserializers).
I have tested following things and they are working really nice:
JWT authentication
custom user
foreign key
embedded model
list of embedded model
dict field
Since I am migrating my whole project to django-mongodb-engine(Django 1.5.2) are there any limitations of that project.
Please let me know if you have any idea.
Hi,
Is this project still actively maintained?
Thanks
The text was updated successfully, but these errors were encountered: