Store model url change, od a permanent redirect on 404
Project description
About
Store an history of model url change
a manager to register model to survey
a middleware to intercept http404 and redirect to new url if exists.
Installation
To install the latest stable version:
pip install -e git+https://github.com/oxys-net/django-historylink.git#egg=django-historylink
You will need to include historylink in your INSTALLED_APPS:
INSTALLED_APPS = (
...
'historylink',
)
You will need to include historylink in your MIDDLEWARE_CLASSES:
MIDDLEWARE_CLASSES = (
...
'historylink.middleware.HistoryLink',
)
Usage
In your models
from historylink.manager import manager manager.register(model) manager.register([model1, model2]) manager.register([model1, model2], MyModelManager) # where MyModelManager inherit from manager.ModelManager
Django command
The command below add HistoryLink object for your existing datas
./manage.py historylink_sync
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
historylink-0.0.1.tar.gz
(2.9 kB
view details)
File details
Details for the file historylink-0.0.1.tar.gz.
File metadata
- Download URL: historylink-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f13db924994738f784338cfef8dfa759104c3d18de40e633c2a5fc27d1967c23
|
|
| MD5 |
d5366500c9902219aeccc9244c1e14c5
|
|
| BLAKE2b-256 |
618a967a77d52b6bbe093c962ba317e02f9ddde6f897ec68df061166e1ea0697
|