I am trying to find out how does Django build URLs, especially those that depend on multiple sites. Where does Django build URLs and how is the site domain prepended to the user defined URL patterns?
Basically, I have several Django CMS pages and multiple Django sites. I need to know how are the URLs created for a page that relies on a different site than the current site; namely, how is the correct site's domain added to a page's URL.