I want to create custom page for admin panel without model. For first i copy index.html to project folder:
mysite/ templates/ admin/
Here's an example of everything that should be needed (as of Django 1.6) for a custom admin page that is 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