Skip to main content

A simple Django app to manage simple logs.

Project description

Nanolog is a simple Django app to store simple logs, basically for statistical purposes.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “nanolog” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'nanolog',
    )
  2. Run python manage.py migrate to create the nanolog models.

Usage

Import nanolog and log everything like this:

from nanolog.utils import nanolog
nanolog('access', 'webinar_detail', 'Webinar Title', request=request)
nanolog('changed_password', 'from:x|to:y', 'as we sugested', self.user, '127.0.0.1', log_object)
nanolog('changed_password', 'from:x|to:y')

Test

Just run:

./manage.py test nanolog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nanolog-0.5.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page