Re: Prevent ImageField from trying to load the file automatically on model load?

2009-05-28 Thread Andrew Ingram
That seems to have fixed the problem, thanks! - Andrew On 28 May, 13:45, Michael wrote: > On Thu, May 28, 2009 at 8:21 AM, Andrew Ingram wrote: > > > > > Hi all, > > > Some of our models make use of ImageFields, but our admin app is > > hosted on one server (which the images are also served fro

Re: Prevent ImageField from trying to load the file automatically on model load?

2009-05-28 Thread Michael
On Thu, May 28, 2009 at 8:21 AM, Andrew Ingram wrote: > > Hi all, > > Some of our models make use of ImageFields, but our admin app is > hosted on one server (which the images are also served from) whilst > the main web app is served from another. > > The problem is that when the web app loads a m

Prevent ImageField from trying to load the file automatically on model load?

2009-05-28 Thread Andrew Ingram
Hi all, Some of our models make use of ImageFields, but our admin app is hosted on one server (which the images are also served from) whilst the main web app is served from another. The problem is that when the web app loads a model with an imagefield, it automatically tries to find the file loc