I have a model with a field for a json object. This object is used on the site to control some css variables, among other things.
Right now in the admin, I have a t
I had similar task. I resolved it by creating Django form widget. You can try it for yours applications django-SplitJSONWidget-form