When using Django's “out of the box” administration forms, the “change form” pages can be quite long for complex models (with a large number of fields).
I would like to use tabs in the “change form”, so everything can be more readable (group fields by tabs ...)
Instead of doing this on my own by modifying the administrator’s "change_form.html" template, I was wondering if someone had already done this and would like to share this code, or if an existing Django plugin already exists.
Thanks in advance for your reply.
source
share