On Thu, May 20, 2010 at 12:38 AM, Lee Hinde <leehi...@gmail.com> wrote:
> This is going to be a hosted solution and if I add LDAP maintenance to the
> new things they have to do, I think they'll go back to shuffling Excel files
> back and forth via email.
> One Apache log-in and then one Django log-in? Blech.
> Let's see what anyone else has to say...

We solved this issue by having django upload the file to a directory
that is not reachable via the web server and then server the files in
a view. This is slower and more memory intensive then letting the web
server handle it, but you can permission the view how you want and not
require extra logins

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to