django-model-stats

Display how often models and model fields are used in the database
git clone https://git.ce9e.org/django-model-stats.git

NameSize
.gitignore37B
CHANGES.md207B
LICENSE1072B
README.md564B
model_stats/__init__.py0B
model_stats/templates/model_stats/stats.html1251B
model_stats/urls.py125B
model_stats/views.py1524B
pyproject.toml897B

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