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

commit
cd81786d0ed4edb832a0bb8915071aaefae9cea0
parent
fa71b94ce486f5310340774edfa195d46e3be090
Author
Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
Date
2021-11-03 11:45
README: add features section

Diffstat

M README.md 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -8,3 +8,9 @@ Display how often models and model fields are used in the database.
    8     8 2.  Add `path('admin/stats/', include('model_stats.urls'))` to your
    9     9     `urlpatterns`. Make sure it’s included *before* the `'admin/'` entry, so
   10    10     that requests to `/admin/stats/` don’t get handled by the latter entry.
   -1    11 
   -1    12 ## Features
   -1    13 
   -1    14 -   Allows you to find models or fields that are rearly used
   -1    15 -   No additional user tracking, only uses the data that is already available
   -1    16 -   No external dependencies