How to create a custom admin configuration panel in Django?

Posted by Matteo on Stack Overflow See other posts from Stack Overflow or by Matteo
Published on 2010-03-16T14:13:53Z Indexed on 2010/03/16 14:16 UTC
Read the original article Hit count: 398

Filed under:
|
|
|
|

Hi, I would like to create a configuration panel for the homepage of the web-app I'm designing with Django. This configuration panel should let me choose some basic options like highlighting some news, setting a showcase banner, and so on. Basically I don't need an app with different rows, but just a panel page with some configuration options. The automatically generated administration area created by Django doesn't seem to handle this feature as far as I can see, so I'm asking you for some directions. Any hint is highly appreciated. Thank you in advance.

Matteo

© Stack Overflow or respective owner

Related posts about django

Related posts about custom