Hacker News new | ask | show | jobs
by iambibhas 4770 days ago
Drop Django-nonrel. It has issues of it's own. You can stop using Django's ORM and use Mongoengine[1] ODM which is actively under development and awesome. You might have to make some extra effort, but it'll at least keep you away from problems of some stale 3rd party app.

[1]: http://docs.mongoengine.org/en/latest/django.html

1 comments

We're definitely exploring mongoengine. The problem is that we've read that it doesn't support the Admin UI then. All these tradeoffs!