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
- Add
'model_stats'
to yourINSTALLED_APPS
- Add
path('admin/stats/', include('model_stats.urls'))
to yoururlpatterns
. 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-model-stats-0.0.0.tar.gz
.
File metadata
- Download URL: django-model-stats-0.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e7c5fecc9f6261fa80779193e28b0896c7c75dae05d02c63d520c4743b71de0 |
|
MD5 | d9e456a5bde3bcfa6ed36549426b2dc9 |
|
BLAKE2b-256 | e1bfe18fb2b66bc757ce4dedd816041d8bda8c733e9fbdfccf0b7d79b3a07eff |
Provenance
File details
Details for the file django_model_stats-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_model_stats-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06b15c29fc02f2ca8e8e7851ff8fa41d16ee10a0aeb7358c4e35238b07aa551 |
|
MD5 | 68e36ead7bf90caebf9f70182bb7c91f |
|
BLAKE2b-256 | 335f4e45bf5fb547362bc47515b744f92677a4427e2c8e27ebfddd40183f120e |