On Tue, Nov 18, 2008 at 6:09 PM, Dave <[EMAIL PROTECTED]> wrote: > > What I'm looking to do is have the image path populated by a script > and allow a user editing the record to see the image, but not be able > to edit or change anything about it. It seems easier to use a > CharField instead of ImageField, but then how do I go about showing it > inline? fieldsets.description doesn't allow anything but text.
You can write your only readonly image widget, and apply it in the admin by specifying your own form: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#form -- --- David Zhou [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---