Hi,

I am accessing multiple database through django and facing one issue. That 
issue is explained in detail at below link: 

http://stackoverflow.com/questions/42412218/while-using-django-restframework-multiple-database-serializer-is-valid-always/42508704#42508704

Can I use django-mongodb-engine as database backend and model and 
modelserializer instead of document and document serializer.

i.e If I start using django-mongodb-engine instead of mongoengine and 
rest-framework-mongoengine, will that can have any problems.


Because I have checked following things with django-mongodb-engine + 
Model.model + Modelserializer and Mongodb as database.

   - Database routers for database switching.
   - Embedded Model field
   - DictField
   - Custom user
   - JWT Authentication

and things are working really nice

So if I migrate my project to models from documents, will that can stop me 
anywhere in future.* Are there any limitations of django-mongodb-engine ???* 
(Since 
django-mongodb-engine project's been dead for 2 years, or even longer)


Regards,
Husain

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/57827595-04e1-4377-8f0e-db2a803b5f19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to