Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 512 Bytes

File metadata and controls

22 lines (14 loc) · 512 Bytes

Django Custom Admin Pages

Django Custom Admin Pages A django app that lets you add standard class-based views to the django admin index and navigation. Create a view, register it like you would a ModelAdmin, and it appears in the Django Admin Nav.

Example View

Check out the usage section for further information, including how to installation the project.

Contents

usage api