Skip to main content

Pluggable Django applications to record user login and logout events and URL views.

Project description

django-request-log
==================

django-request-log is pluggable Django application to keep track user login and logout events and URLs views
developed at ORCAS.

Quickstart
==========

Installation
------------

Add the line below to the project's requirement file:
````
django-request-log
````
Or run:
````
pip install django-request-log
````

Usage
-----

1. Add ``log`` to your ``INSTALLED_APPS``.

2. Add ``log.middleware.RequestLoggingMiddleware`` to your ``MIDDLEWARE_CLASSES``
````
MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
...
'log.middleware.RequestLoggingMiddleware',
)
````

3. Run:
````
python manage.py syncdb
````

TODOs and BUGS
==============

See: https://github.com/orcasgit/django-request-log/issues

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-request-log-0.0.3.tar.gz (3.2 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