Modify Django admin app index

Posted by Mohammad Tayseer on Stack Overflow See other posts from Stack Overflow or by Mohammad Tayseer
Published on 2010-06-03T13:20:25Z Indexed on 2010/06/03 13:24 UTC
Read the original article Hit count: 314

Filed under:
|
|

I want to change the app index page so I add help text to the models themselves, e.g. under each model I want to add help text. I know that I should override AdminSite.app_index. What is the best way to do this?

© Stack Overflow or respective owner

Related posts about python

Related posts about django