Hey all,
I have a Django app that serves to multiple domains.
(Both domains have a CNAME record pointing to the same server)
Is there a way to reconfigure the URLCONF for specific domains so that it will automatically go to a different urls file?
Best,
Guy