Skip to main content

Countless admin mixin for Django

Project description

Django-admin-countless

Django-Admin-Countless provides a mixin for Django admin to eliminate count queries.

Build Status codecov PyPI version

Installation

pip install django-admin-countless

Usage

Full example located at testproject.testapp.admin

from django.contrib import admin

from countless_admin import CountlessAdminMixin
from test_project.test_app.models import MyModel


@admin.register(MyModel)
class MyModelAdmin(CountlessAdminMixin, admin.ModelAdmin):
    pass

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-countless-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

django_admin_countless-0.2.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page