python3-django-adminplus

Easily add custom views to the Django admin (Python3 version)
  https://github.com/jsocol/django-adminplus
  0
  no reviews



AdminPlus aims to be the smallest possible extension to the excellent Django admin component that lets you add admin views that are not tied to models. It allows one to add simple custom views without mucking about with hijacking URLs, and providing links to them right in the admin index.

This package contains the Python 3 version of the library.