Re: Different URLCONF for different domains

2014-03-12 Thread Tim Graham
This discussion list is for the development of Django. Questions about how to use Django with your project belong on the django-users mailing list. On Wednesday, March 12, 2014 8:03:54 AM UTC-4, Guy Tamir wrote: > > Hey all, > > I have a Django app that serves to multiple domains. > In the primar

Different URLCONF for different domains

2014-03-12 Thread Guy Tamir
Hey all, I have a Django app that serves to multiple domains. In the primary domain (lets call it primary.com) I have some page that are server via the path - primary.com/a/ I want users from another domain (lets call it secondary.com) to be able to get to this path : primary.com/a/ by entering