Is there any way that I can use different database type in a single Django project like some model A will use SQL and some model B will use MongoDB? Because in my project some data are better to store in a relational database and some are better to store in a NoSQL database. I've been searching for a while to achieve this but I couldn't find any solution. Please let me know if there is a way. Thank you.
-- 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 [email protected]. To post to this group, send email to [email protected]. 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/b3776d83-18c9-47a0-9a8a-e3e7cb2e849a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

