Django Postgres Stats exposes statistical and datetime functions specific to Postgres to Django without making the user write raw SQL. The plan is to expand the library over time to cover many Postgres-specific functions. For now, only functions personally used by the authors have been added.
Detailed documentation is in the “docs” directory.
Quick start
Add “postgres_stats” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'postgres_stats', )Import the functions you need to use with your models.
Release files for django-postgres-stats 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-postgres-stats-1.0.0.tar.gz | 11.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_postgres_stats-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / django-postgres-stats-1.0.0.tar.gz
| Download URL | django-postgres-stats-1.0.0.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1082970e5703913535203ea06946445d81936932278a56c58eeb2b2827eb990e
|
|
BLAKE2b-256 checksum How to use checksums |
4affe76e55447b4b281d79ea3f9b77afccd9392bb1027924e109ccddc5dbdc9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_postgres_stats-1.0.0-py3-none-any.whl
| Download URL | django_postgres_stats-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8e26fcd127b13cc7fa1e86937bcbaf4b613610b1b369ddcd49cd95cc6865c4a4
|
|
BLAKE2b-256 checksum How to use checksums |
a78f1624a9be6c7b239e48e74c7b19f5c59ecaf4db8e57dc38dac917273ed3fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |