Url trace application
Project description
=====
Creh Url Trace
=====
Creh-urltrace is a simple Django app, get the url reference and insert in a group of url's.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. creh-urltrace can be obtained directly from PyPI, and can be installed with pip:
pip install creh-urltrace
1. Add "urltrace" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'urltrace',
...
]
2. Run "python manage.py migrate" to create the log models.
3. Use
MIDDLEWARE_CLASSES = (
...
'urltrace.middleware.UrlTraceMiddleware',
...
)
Creh Url Trace
=====
Creh-urltrace is a simple Django app, get the url reference and insert in a group of url's.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. creh-urltrace can be obtained directly from PyPI, and can be installed with pip:
pip install creh-urltrace
1. Add "urltrace" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'urltrace',
...
]
2. Run "python manage.py migrate" to create the log models.
3. Use
MIDDLEWARE_CLASSES = (
...
'urltrace.middleware.UrlTraceMiddleware',
...
)
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
creh-urltrace-0.0.2.tar.gz
(4.3 kB
view hashes)