Hi guys, I have a legacy Django project to maintain, and now my job is to port some part of the admin view from MySQL backend to MongoDB.
AFAIK the mongodb as Model backend for django isn't exactly mature yet, I am thinking of writing customized admin views while using PyMongo as mongodb driver. So my question is: Is it possible to write complete overhaul of django's admin with data provision from a third party? These includes wrap around mongodb CURD operations, generate HTML forms and validating data. What's tbe best practice of doing this? Or am I just doing it wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.