ArrayField custom widget similar to JSONFieldWedget

32 Views Asked by At

I want to display the content of an ArrayField in a Django admin panel similar to how a JSONField is displayed using JSONFieldWidget

My model's array field is a bit long to use something like: django-better-admin-arrayfield

I will not be saving or updating anything via Django admin panel.

0

There are 0 best solutions below