Aug 9, 2017 · 1 min read
Hi, Simply Seth!
Yes, this is mostly correct. You don’t even have to use 2 routers, can just use the default DRF router for everything (or use a custom Router, as I did). I don’t have a real-life example of co-existence of 2 databases, but in https://github.com/BurkovBA/django-rest-framework-mongoengine-example technically MongoDB coexists with SQLite.
Cheers!
