surface-security / django-surface-theme

django admin theme based on https://appseed.us/admin-dashboards/django-dashboard-atlantis-dark
MIT License
3 stars 4 forks source link

Document JSONEditor #24

Open fopina opened 1 year ago

fopina commented 1 year ago

Related software versions

*

Description

JSONFields can be managed with django-jsoneditor in this theme but this is not documented anywhere.

theme.utils.DefaultAdminMixin should be added to the admin model that has JSON fields and jsoneditor needs to be part of INSTALLED_APPS

Use cases

Better UX for JSON fields

References

No response