For reducing the number of table I put the values of table as json string and stored it in a text field my problem I override the admin view of the specific model with now I have to render the the text field with json data in well defined tabular format
This is the value of the json string I have to render in the change_form.html that I already overrided [{'name': 'name', 'value': 'dfgdgd', 'label': 'Name used Account', 'type': 'text'}, {'name': 'email', 'value': '[email protected]', 'label': 'Account Email Address', 'type': 'text'}, {'name': 'url', 'value': 'sdfsdfsdf', 'label': 'Web Address (URL)' , 'type': 'text'}]