Reputation: 23516
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
Reputation: 31858
Have a look at django-mongodbforms. The author claims to be more or less 100% compatible with Django's ModelForm
s.
Upvotes: 1