Re: Reversing URLs across services

2022-01-22 Thread Noemi Millman
there any sensible way to work around that? On Saturday, January 22, 2022 at 9:37:34 AM UTC-5 Jason wrote: > > yes, this is answered at https://stackoverflow.com/a/32171651 > On Saturday, January 22, 2022 at 8:07:09 AM UTC-5 Noemi Millman wrote: > >> Hi folks -- >> >> L

Reversing URLs across services

2022-01-22 Thread Noemi Millman
Hi folks -- Let's say you have two different services with different views and URLConfs; some shared modules/apps and some service-specific. Is there a way for Service A to reverse URLs served by Service B without having to import all the dependencies that are necessary to execute Service B's

Admin Using MongoDB AND PostgreSQL?

2014-10-01 Thread Noemi Millman
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.