Wednesday, October 1, 2014

Re: Admin Using MongoDB AND PostgreSQL?

I used http://mongoengine.org/ on a project, it gives a feeling similar to the django ORM, not sure if you can make django admin to use their models but I believe you can have some models from this ORM and some from other, just like working with 2 databases, and give all of them to your dashboard

On Wed, Oct 1, 2014 at 5:42 PM, Noemi Millman <noemi.millman@gmail.com> wrote:
Hi folks --

I have a project that needs an admin interface to manage legacy data that's split across MongoDB and PostgreSQL databases.  Obviously contrib.admin can handle the Postgres data, and there seem to be a few modules out there that provide admin-like functionality for MongoDB models (e.g. django-nonrel with the MongoDB adapter).  Has anyone come across an admin panel that offers an easy way to handle relationships across the two data stores?

Thanks!
-Noemi

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6f689b24-f302-47a7-a972-801a739aa1fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWa6tLxc6ARC7mCfEzsohoG8%2B3FxoLLz-C1hSH3rroNS6JPFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment