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? Regards, Andrew Ingram --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---