I have a Document model that uploads an image. I have a DocumentMetaData model with a JSON field where I "crud" metadata for the documents in the Document model.
I would like to add the image of the document in the Document model to the change form of the DocumentMetaData model in the admin. How do I do it? Do I have to override the admin/change_form.html for the DocumentMetaData model? Thanks! Mark -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEqej2PYNudeSWa5CY934m8kMWO%3Dhcpj4%3DxQud9C-wZCHoaS4g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

