true, worst idea becouse i need sometimes only quick view what's going
on.
If i need real thumbnail, i can do something like this:
       def picture(self):
              if no file called self.filename_admin_thumb:
                     create_the_thumb()

              return '<img src="/site_media/upload/' +
self.filename_admin_thumb + '">'

       picture.allow_tags = True

       class Admin:
                        list_display = ('filename', 'picture')

#you know what i mean, thats only the idea.


--~--~---------~--~----~------------~-------~--~----~
 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