django-database-logger 0.16

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodatabaselogger 0.16

Alpha: DO NOT USE IN PRODUCTION
Database logger is a Django app that allows you to log on a database
table using standard logging commands. It can hook on existing logging
handlers and start storing them in the database

Quick start

Add “database_logger” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'database_logger',
]

Run python manage.py migrate to create the models.


Configure ….

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.