The django filebrowser admin extension may be close to what you're
looking for, it will display thumbnails of images on a filesystem
being browsed.  I'm not sure how it integrates with the models though,
haven't tried it myself.  You'll need PIL as pointed out on the
website.

http://trac.dedhost-sil-076.sil.at/trac/filebrowser/

Hope this helps!

On Apr 4, 9:06 am, "brian corrigan" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have a django model and want to include an image field. Is there a
> way of displaying this field in the admin templates as an image (not
> the string path of the image) or do I have to write my own template
> for that?
>
> Cheers
>
> Brian


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to