Re: Controlling File Downloads.

2010-12-15 Thread Matteius
Please check the classcomm project for how to do this. We determined the best/fastest approach would be to use Apache mod_auth_token and generate secure URLs using a custom template tag. You can find code and instructions for how to do that @ http://classcomm.googlecode.com/ and across the Interne

Re: Controlling File Downloads.

2010-12-15 Thread euan.godd...@googlemail.com
If you're using apache you might want to consider wiring your app to generate mod_auth_token URLs and have apache receive these. On Dec 15, 8:29 am, NoviceSortOf wrote: > What is the best way to allow authorized downloads > to specific users in Django. > > We have 2 possible scenarios that could

Controlling File Downloads.

2010-12-15 Thread NoviceSortOf
What is the best way to allow authorized downloads to specific users in Django. We have 2 possible scenarios that could work for us. 1. A download directory where any user can download any file in the folder. or 2. Granting specific rights to specific users to download a specific file or se