django.contrib.admin.options ModelAdmin code examples

ModelAdmin is a class within the django.contrib.admin.options module of the Django project.

Example 1 from django-haystack

django-haystack (project website and PyPI page) is a search abstraction layer that separates the Python search code in a Django web application from the search engine implementation that it runs on, such as Apache Solr, Elasticsearch or Whoosh.

The django-haystack project is open source under the BSD license.

django-haystack / haystack / admin.py