Monitor the size of database tables from Django admin.
Project description
django-database-size
Adds a page to Django admin that lists the size of all tables in the database.
Installation
python setup.py install
Or via pip with:
pip install django-database-size
Install the appropriate view in /sql (currently only PostgreSQL and MySQL supported).
Add to your INSTALLED_APPS.
Usage
Browse to /admin/database_size/.
Development
To run unittests across multiple Python versions, install:
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python-dev python3-dev python3.3-minimal python3.3-dev python3.4-minimal python3.4-dev python3.5-minimal python3.5-dev python3.6 python3.6-dev
To run all tests:
export TESTNAME=; tox
To run tests for a specific environment (e.g. Python 2.7 with Django 1.4):
export TESTNAME=; tox -e py39-django2
To run a specific test:
export TESTNAME=.test_example; tox -e py27-django15
To run the documentation server locally:
mkdocs serve -a :9999
To deploy documentation, run:
mkdocs gh-deploy --clean
To build and deploy a versioned package to PyPI, verify all unittests are passing, and then run:
python setup.py sdist
python setup.py sdist upload
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
File details
Details for the file django-database-size-1.0.5.tar.gz
.
File metadata
- Download URL: django-database-size-1.0.5.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ec0db97b73425dfc10bc0b376de146d5881f408b93a5c2b5b1081d4eb38f82 |
|
MD5 | 997f2469c2b939322b9ac8d39f9a05fa |
|
BLAKE2b-256 | 2cc23733962851cf047989ea7f83580cdf7340f0e415624dc11cd1ce59ea7c1d |