tutorial on mongodb and django

瀏覽次數:82 次
跳到第一則未讀訊息

Krishna Neupane

未讀,
2017年12月10日 下午4:34:182017/12/10
收件者:Django users
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.

Jason

未讀,
2017年12月11日 上午10:36:512017/12/11
收件者:Django users
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.

Ruben Alves

未讀,
2017年12月11日 下午4:34:462017/12/11
收件者:Django users
I've seen someone posting here some time ago the Djongo (Django + Mongo): https://github.com/nesdis/djongo

Genzo Vandervelden

未讀,
2017年12月11日 下午5:28:282017/12/11
收件者:Django users
I can't say I have experience in using Django and MongoDB but you can take a look at these:
Note that the last commit was well over 2 years ago so the project isn't likely to be up to date with today's Django.
I don't know the requirements of what you're building but Django works very well with relational databases, if you don't need NoSQL, I suggest using PostgreSQL or similar. Good luck!
回覆所有人
回覆作者
轉寄
0 則新訊息