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.11.tar.gz
(4.6 kB
view details)
File details
Details for the file creh-urltrace-0.0.11.tar.gz
.
File metadata
- Download URL: creh-urltrace-0.0.11.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e51840537df831ee3e8e619c762687dc46cf60b37abd7ae5e9f487c2b541c2d
|
|
MD5 |
bff54ba1a95872d1566d1f84ec6cfeb3
|
|
BLAKE2b-256 |
b71f0ce0c7c35cb451a4f0a4522689c73ea42a4b1e744e059863d3fd091b0fd9
|