Any way to add tabbed forms in django administration site ?

Posted by tomjerry on Stack Overflow See other posts from Stack Overflow or by tomjerry
Published on 2010-04-08T14:30:31Z Indexed on 2010/04/08 14:33 UTC
Read the original article Hit count: 200

Filed under:
|
|
|
|

When using Django "out-of-the-box" administration forms, the "change form" pages can be rather long for complex models (with a lot of fields).

I would like to use tabs in the "change form", so things can be more readable (group fields by tabs...)

Instead of doing it all by myself, by modifiying the 'change_form.html' admin template, I was wondering whether somebody has already done that and would like to share the code, or whether an existing Django-plugin already exist.

Thanks in advance for you answer

© Stack Overflow or respective owner

Related posts about python

Related posts about django