Django custom view into admin page

后端 未结 4 733
夕颜
夕颜 2021-01-31 03:51

I have created a custom view.

How can I insert the view into the admin?

For a normal admin class, we can just simply register it to the admin site:



        
4条回答
  •  我在风中等你
    2021-01-31 04:28

    Here's an example of everything needed to add (as of Django 1.6) for a custom page that will be linked to from a button next to the "History" button in the top right of an object's detail page:

    https://gist.github.com/mattlong/4b64212e096766e058b7

提交回复
热议问题