Url 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
creh-urls-0.1.3.tar.gz
(4.6 kB
view details)
File details
Details for the file creh-urls-0.1.3.tar.gz
.
File metadata
- Download URL: creh-urls-0.1.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cc9133f237faf1986edb13c16d68f989a04331cd87d549b6bae6150f95da538c
|
|
MD5 |
890fe5758fd2aacd59a3d3710fd3ad6a
|
|
BLAKE2b-256 |
e237dbf74adb5eb3d8b64d18a45be9feb15bd11b94438839a9c64f808ca5a381
|