Url redirec application
Project description
=====
Creh Urls
=====
Creh-urls is a simple Django app redirect inactive urls in web page.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. creh-urls can be obtained directly from PyPI, and can be installed with pip:
pip install creh-urls
1. Add "urls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'urls',
...
]
2. Run "python manage.py migrate" to create the log models.
3. Use
MIDDLEWARE_CLASSES = (
...
'urls.middleware.UrlRedirectMiddleware',
...
)
Creh Urls
=====
Creh-urls is a simple Django app redirect inactive urls in web page.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. creh-urls can be obtained directly from PyPI, and can be installed with pip:
pip install creh-urls
1. Add "urls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'urls',
...
]
2. Run "python manage.py migrate" to create the log models.
3. Use
MIDDLEWARE_CLASSES = (
...
'urls.middleware.UrlRedirectMiddleware',
...
)
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 creh-urls-redirec-0.1.8.tar.gz.
File metadata
- Download URL: creh-urls-redirec-0.1.8.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e2f06b2693f262ab5e83d64ea69a0b306f1b0f65f540c42500e1e995801cda8
|
|
| MD5 |
da17040d07621912a7ef1ee48c7f8ff0
|
|
| BLAKE2b-256 |
5bd04d37b35738047d365e331258f86f7c13a3a9f64af701ac24a0edd9451696
|