Log handler to store messages with a database record and optional file storage.
Project description
Log Storage
A django installable app that can be used as log handler to store messages with a database record and optional file storage.
How to install
Add this package as requirement to your django app requirements.txt
# requirements.txt
log_storage
Add this app to your INSTALLED_APPS in your settings.py
# settings.py
INSTALLED_APPS = (
'log_storage',
)
Development
How to install
Clone the project
git clone git@github.com:Virtualstock/log_storage.git
Install it
make setup
How to run tests
make test
How to release
Make sure you bump the package version on setup.py.
make release
License
Licensed under MIT license
. View license.
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
log_storage-0.9.0.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for log_storage-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 245f54254a231967487278c87c52c89e7dae03d9936623e2caa44874b894c97e |
|
MD5 | b065778d7b4367a2c622d01c80c642ff |
|
BLAKE2b-256 | 1d71acbc2bff443c406a7f5d0a72bacc3342326c43254f036a59596e87721025 |