开发者

Django: Add my own form to the admin backend?

开发者 https://www.devze.com 2023-02-08 05:47 出处:网络
I\'m u开发者_开发技巧sing the Django Admin module. It displays a list of models to edit by app. I would like to add another form to this list. It won\'t edit a specific model, but it will edit setting

I'm u开发者_开发技巧sing the Django Admin module. It displays a list of models to edit by app. I would like to add another form to this list. It won't edit a specific model, but it will edit settings that are stored in the database. Is this possible?


You may check out Django Live Settings. It was split out of the Satchmo project and looks to do what you're looking for.

Otherwise, you may look into Overriding the Django Admin Templates. You could just override the index template and add your links to the bottom.

0

精彩评论

暂无评论...
验证码 换一张
取 消