http://mongoengine.org/docs/v0.4/django.html

It doesn't work with django admin's.

On Thu, May 12, 2011 at 3:16 PM, Shamail Tayyab <pleoma...@gmail.com> wrote:
> On 12/05/11 12:13 PM, λq wrote:
>>
>> 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?
>>
> Use pymongo as DB Driver and mongoengine for Django ORM like wrapper for
> mongo..
>
> Tx
>
> --
> Shamail Tayyab
>
> --
> 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.
>
>

-- 
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.

Reply via email to