Need "starting point" hints about adding "tabbed" interface to Django admin

Posted by Edwin on Stack Overflow See other posts from Stack Overflow or by Edwin
Published on 2010-05-07T11:31:25Z Indexed on 2010/05/07 11:58 UTC
Read the original article Hit count: 289

Filed under:
|
|

Hi,

I'm new to the web development world - that means I'm new to javaScript/CSS. Now I'm building a web system with Python Django. I'm wondering would you like to give me some hints as the starting point for adding "tabbed" interface to Django admin?

For example, there are 3 detail table for a master table, and I want to use 3 different tabs for editing that 3 detail tables in the 'edit' page for the master table. Thank you in advance!

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin