On Thu, May 28, 2009 at 8:21 AM, Andrew Ingram <[email protected]>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 model with an imagefield,
> it automatically tries to find the file locally which obviously
> doesn't exist. All I want from the imagefield is the filename/path,
> everything else I need from the image file itself is already stored in
> the database.
>
> Is there a way I can disable the file-loading part of the imagefield?
>

You found http://code.djangoproject.com/ticket/11084 , which looks like it
was fixed in 10858 this morning (THANKS GARY!!!). Update your Django and let
us know if it was.

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

Reply via email to