t really
> an ideal solution for this sort of a problem -- even though it works as a
> great starting point.
>
> I'm not sure if that helps much but good luck to you!
>
> On Tue, May 1, 2012 at 11:49 AM, Tino de Bruijn wrote:
>
>> Hi,
>>
>> My setup is
Hi,
My setup is the following: I have two webservers that serve all dynamic
request. I have a seperate static file server (that also has some celery
queue workers running). When images are uploaded by users, those images are
uploaded to the webservers, and processed async by a queue. In the job
You probably want to implement this with X-Sendfile (or X-Accel-Redirect
for Nginx) headers. Those tell the frontend server to serve a specific file.
This explains it a
bit.
http://stackoverflow.com/questions/1156246/having-django-serve-downloadable-files
By googling you will find many example
On 21 jun 2009, at 05:20, 78fxs wrote:
> Thanks for your responses. I think I did run setup.py install, but i
> can't remember -- there were a few rounds of this. I will use this as
> a guide to see what I did incorrectly.
You have to run this as admin, so using sudo. There are quite a few
wa
4 matches
Mail list logo