You'll need to render an image and insert that image in the admin html. So, you'll want a view for the admin html page and a view for the thumbnail image.
As far as using foo.show() you'll instead need to write the image to either a file or a response. On 9/2/06, adamjspooner <[EMAIL PROTECTED]> wrote: > > Oh yeah, on this note...do I need to override the default > get_<foo>_url() for this? I tried using it, and it returns a relative > url instead of an absolute url (MEDIA_ROOT and MEDIA_URL are set in > settings). > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---