Re: Reversing URLs across services

2022-01-22 Thread Noemi Millman
That answer is about reversing across apps, which I'm quite familiar with, and which still requires that the URL-owning app and its URLConfs be imported to the Django project where the reversing is being done. The trouble is that the URLConf also has to import the views; which in turn won't im

Re: Reversing URLs across services

2022-01-22 Thread Jason
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 -- > > Let's say you have two different services with different views and > URLConfs; some shared modules/apps and some service-specific. Is there a >