That plugin checks a database connection
Project description
django-checkdb
A simple Django package for check connection to your database
How to install the package
To install the package, run:
pip install django-checkdb
In settings.py write next stuff:
INSTALLED_APPS = [
...other apps...,
'check_db',
...,
]
Check availability
python manage.py checkdb --database <name>
Version
Current version: 1.1
Updates
This package won't have updates, except of bug updates.
Author
pavelbeard
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
django_checkdb-1.2.tar.gz
(4.1 kB
view details)
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_checkdb-1.2.tar.gz.
File metadata
- Download URL: django_checkdb-1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a068a706e57636fdab3255380661b1513b943be96b8e5cbd419861a9f84b861
|
|
| MD5 |
b3b9514dd64a80f00360201086870ab9
|
|
| BLAKE2b-256 |
cf726b4fae0bfc93b12cdfdfc6336e9330567607dbc42e0322ca74f74702b610
|
File details
Details for the file django_checkdb-1.2-py3-none-any.whl.
File metadata
- Download URL: django_checkdb-1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
089eade9475b21801448795ab1a53c478714e17f7ecbe688601829b5db2cd354
|
|
| MD5 |
ca7f18428901bc94a100243c0e765b60
|
|
| BLAKE2b-256 |
d15f6e17482ebcee4e1b31b45ba2e8039c11674b909227f99975287d9af0f6fd
|