I would avoid mongo, because Django's ORM is explicitly designed for relations and doesn't translate well to NoSQL DBs. As an alternative, look into mysql or postgres, with a big recommendation of the latter.
On Sunday, December 10, 2017 at 4:34:18 PM UTC-5, Krishna Neupane wrote: > > Hey I am trying to learn Django and wanted to implement it with mongoDB. > Are there any pointers where I could learn- anything could help from > youtube videoes to tutorials. > -- 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/31adc9c6-2986-42ff-b079-a6bd40411066%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

