Re: Django serving multiple subdomain sites -- okay to use thread-locals?

2010-06-01 Thread Kieran Farr
Thanks, Graham. We'll keep using this method and I'll continue this thread if we run into problems. I appreciate the insight re: Python's implementation of thread locals. I tend to agree re: security -- thread locals only appears to be a security threat if a system has already been seriously comp

Re: Django serving multiple subdomain sites -- okay to use thread-locals?

2010-05-31 Thread Graham Dumpleton
On Jun 1, 1:04 pm, Kieran Farr wrote: > We're adapting our Django powered video site to be an open video > platform for any user to create their own "site" using subdomains (eg > mysite.vidplatform.com) on one Django server instance. Each "site" > would obviously have content associated with onl

Django serving multiple subdomain sites -- okay to use thread-locals?

2010-05-31 Thread Kieran Farr
We're adapting our Django powered video site to be an open video platform for any user to create their own "site" using subdomains (eg mysite.vidplatform.com) on one Django server instance. Each "site" would obviously have content associated with only that site in addition to template and navigatio