I'm looking to add an extra set of pages to my auto-generated admin site. I want to generate reports off my models and some logs surrounding it. The actual generating isn't the issue.
How do I:
- Make the report output look like it's an admin page, with breadcrumbs, similarly formatted table, etc?
- Register the view so it shows up on the front page?