Re: Authorization of static content

2011-02-23 Thread Sam Lai
On 23 February 2011 19:03, Joakim Hove wrote: > Hello, > > I am using Django to create an album application. I was planning to > use djangos user system for authorization, however the final image > viewing will be like: > >     > > Where image.url should resolve to something like > http://static

Re: Authorization of static content

2011-02-23 Thread Joakim Hove
Thank you; that was a very good starting point - I will hopefully find a solution from this. Joakim On 23 Feb, 09:18, Mike Ramirez wrote: > On Wednesday, February 23, 2011 12:03:12 am Joakim Hove wrote: > > > Hello, > > Any suggestions of how to combine django based authorization with > > servi

Re: Authorization of static content

2011-02-23 Thread Mike Ramirez
On Wednesday, February 23, 2011 12:03:12 am Joakim Hove wrote: > Hello, > Any suggestions of how to combine django based authorization with > serving of static content? I am the owner of the box in question and > can modify the apache setup way beyond my competence. > > Regards - Joakim Hove Yo

Authorization of static content

2011-02-23 Thread Joakim Hove
Hello, I am using Django to create an album application. I was planning to use djangos user system for authorization, however the final image viewing will be like: Where image.url should resolve to something like http://static-images.com/path/to/image.jpg Here http://static-images.com is