=====
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',
...
)
Release files for creh-urltrace 0.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| creh-urltrace-0.0.11.tar.gz | 4.6 kB | Details |
Release files / creh-urltrace-0.0.11.tar.gz
| Download URL | creh-urltrace-0.0.11.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e51840537df831ee3e8e619c762687dc46cf60b37abd7ae5e9f487c2b541c2d
|
|
BLAKE2b-256 checksum How to use checksums |
b71f0ce0c7c35cb451a4f0a4522689c73ea42a4b1e744e059863d3fd091b0fd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |