Ron
Ron

Reputation: 23516

Django - MongoDb - How can I use ModelForms?

I'm using Django and MongoDB with MongoEngine. I'm creating a customized backend and like to use - like in plain Django - ModelForms to save time.

Any ideas if and what plugin I can use? Or how to accomplish this?

Thanks!

Upvotes: 1

Views: 1935

Answers (1)

Benjamin Wohlwend
Benjamin Wohlwend

Reputation: 31858

Have a look at django-mongodbforms. The author claims to be more or less 100% compatible with Django's ModelForms.

Upvotes: 1

Related Questions