Re: newsessions

2007-03-14 Thread Jon Colverson
Malcolm Tredinnick wrote: > It's a discussion worth having in a clam manner in another thread. Did anyone else picture mollusks having a conversation when they read that? ;-) -- Jon --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Site-wide variables that vary depending on request.is_secure()

2007-01-08 Thread Jon Colverson
Hello all. I'm planning to host my Django app with SSL optional, so that the same content can be accessed via http or https addresses. I'm hosting my static content on a different sub-domain, so I have to use absolute addresses in my img/link tags. I was looking for a solution to the problem