开发者

Django: Add my own form to the admin backend?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜