Hi all, I got a django application that is called by difrant domains for the same code (some minor changes for each domain)
When i visit my application trough domain1.com or domain2.com its keep outputting data from the set site_id in settings How can i change the site_id based on the incomming domain so if i visit trough domain1.com it should set the site_id to the id of domein1.com in the database , not the set site_id in settings. How do i do this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

