0

I am evaluating whether I want to use mongoDB with django for my next project. What I am not sure about, though, is what functionality (ORM, admin, forms, etc.) I loose when I use a DB backend that is not officially supported.

I consider using the mongodb-engine.

Private
  • 2,626
  • 1
  • 22
  • 39

1 Answers1

0

So, you have Django-mongoadmin and Django-mongonaut for django-admin stuff. Also Django-mongodbforms for model forms. MongoEngine as ORM. But this modules are pretty raw and unstable so use it with wariness.

Most Wanted
  • 6,254
  • 5
  • 53
  • 70