Hacker News new | ask | show | jobs
Ask HN: Mongo DB and Django - which library to use
4 points by kuasha 4802 days ago
The choices are django-nonrel, third party ORM like mongo engine or platform specific code for mongodb. Django - nonrel seems very natural but not sure about the support/ future development or its quality. Does anyone use this two together? Which one you use and why?