django.contrib.admin.sites NotRegistered code examples

NotRegistered is a class within the django.contrib.admin.sites module of the Django project.

Example 1 from django-sitetree

django-sitetree (project documentation and PyPI package information) is a Django extension that makes it easier for developers to add site trees, menus and breadcrumb navigation elements to their web applications.

The django-sitetree project is provided as open source under the BSD 3-Clause "New" or "Revised" License.

django-sitetree / sitetree / admin.py