Skip to main content

Display how often models and model fields are used in the database

Project description

django-model-stats

Display how often models and model fields are used in the database.

Installation

  1. Add 'model_stats' to your INSTALLED_APPS
  2. Add path('admin/stats/', include('model_stats.urls')) to your urlpatterns. Make sure it’s included before the 'admin/' entry, so that requests to /admin/stats/ don’t get handled by the latter entry.

Features

  • Allows you to find models or fields that are rearly used
  • No additional user tracking, only uses the data that is already available
  • No external dependencies

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-model-stats-0.0.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

django_model_stats-0.0.2-py3-none-any.whl (4.3 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