Hello Mark. You can just override the Model Admin for your model and insert an Inline Form for example.
Check the documentation for customizing the model admin! Hope it helps! On Mon, Jun 4, 2018, 18:02 Mark Phillips <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/django-users/CAEqej2PYNudeSWa5CY934m8kMWO%3Dhcpj4%3DxQud9C-wZCHoaS4g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CABF8kZOWiPDeDrtTbuytOD8Nm%3DHqd1A%2BtwNKSkmmEyk85jVGzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

