Re: Django ImageField causes 503

2012-09-02 Thread Zeeshan Syed
One other thing I forgot to mention is that we're hosting on Amazon EC2 using Nginx. Zee On Sunday, September 2, 2012 3:46:27 PM UTC-4, Zeeshan Syed wrote: > > Hi there, > > In the models of one of our apps I'm including an ImageField for several > of the fields for some of the models. The imag

Django ImageField causes 503

2012-09-02 Thread Zeeshan Syed
Hi there, In the models of one of our apps I'm including an ImageField for several of the fields for some of the models. The images we upload are being stored using AWS S3 Storage. On a local machine, the site works fine and the images are uploading. However on our sandbox server, when I try an