Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page