Tools which help finding performance issues in Django projects
Project description
Goal
Provide tool which help finding performance issues in django projects.
Installation
Install Kido Care:
pip install django-kidocare
or current development version:
pip install hg+https:://bitbucket.org/kidosoft/django-kidocare
Configuration
INSTALLED_APPS = (
...
'kidocare',
...
)
Usage
Checking for queries run at startup:
$ python manage.py check_startup_queries -o queries.txt
Supported Django versions
Tested with:
Django 1.2.7 on python2.7
Django 1.3.7 on python2.7
Django 1.4.16 on python2.7
Django 1.5.11 on python2.7, python3.4
Django 1.6.8 on python2.7, python3.4
Django 1.7.1 on python2.7, python3.4
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-kidocare-1.0.tar.gz.
File metadata
- Download URL: django-kidocare-1.0.tar.gz
- Upload date:
- Size: 54.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b91fe2007debd040e1e765169892ed260cb4d894ff045b7d4a1eb649dd3b0ef
|
|
| MD5 |
3eb38521721009f1b055531d1b32639f
|
|
| BLAKE2b-256 |
cb7e9414dab2be4110c498a8133b757ebf5cb6ca8939a6f1822097b595e538cb
|
File details
Details for the file django_kidocare-1.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_kidocare-1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f0e1f63511f0faad73755b7cf048b526d0523090663680b57e08b21f8a3213a
|
|
| MD5 |
8c1cc227c1910c1d39ac790ed1d37ddd
|
|
| BLAKE2b-256 |
a07057bb8c39bad54a9653fa008107690f6afe9b47773afeda691722569694ac
|