Re: satchmo SSLRedirectMiddleware for /admin not working with 1.1.1

2009-11-03 Thread captainmish
- any clues? Thanks, On 27 Oct, 15:48, captainmish wrote: > Hello > > First apologies for cross-posting, this is also a discussion in > satchmo-users. > > I am trying to secure admin urls using satchmo's (0.9)SSLRedirectMiddleware, > using HTTPS_PATHS in settings. It works

satchmo SSLRedirectMiddleware for /admin not working with 1.1.1

2009-10-27 Thread captainmish
Hello First apologies for cross-posting, this is also a discussion in satchmo-users. I am trying to secure admin urls using satchmo's (0.9) SSLRedirectMiddleware, using HTTPS_PATHS in settings. It works perfectly in django 1.1, but breaks in 1.1.1 with "Django can't perform a SSL redirect while

authenticated CDN content

2009-10-22 Thread captainmish
Hello We have been using a view that implements X-Sendfile (with apache's mod_xsendfile) to serve content to authorised users, but now need to switch to cloudfiles. Cloudfiles doesnt offer any kind of authentication, so we'll need to implement it in django / apache somehow. What I have done is j

FilePathField refresh

2009-08-14 Thread captainmish
Hello Im trying to implement an "alternative upload" method for getting big files into my django app - and was hoping to allow users to scp/rsync etc files to the server, then use FilePathField to browse them and use them to make objects with FileField. The files are all shown in the path specifie