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
django-request-log is available on PyPI, so you can install it with pip:
$ pip install django-request-log
Or add django-request-log to the project’s requirement file
Usage
Add log to your INSTALLED_APPS.
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', )
Run:
$ python manage.py syncdb
TODOs and BUGS
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
File details
Details for the file django-request-log-0.0.12.tar.gz
.
File metadata
- Download URL: django-request-log-0.0.12.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2fc375d1a30ac460076b737a06c9bc48804eac0d3624be352bed8e072faa213 |
|
MD5 | e1577ee7045048594100342ac45bf2a9 |
|
BLAKE2b-256 | f1a6a118784b47854c518cbf70a6a1f949fd4128c46d70417ef485fdd0133ac9 |