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:
You should override get_urls in you ModelAdmin subclass.
get_urls
ModelAdmin