Skip to main content

'Adds undo/redo functionality to django CMS'

Project description

django CMS History is an addon application to provide undo/redo functionality in django CMS, by maintaining content history.

Some of the functionality in this application was previously included in django CMS itself. However, it became apparent that some users did not want it, and some wanted functionality that worked differently.

In keeping with the django CMS philosophy of maintaining only core CMS functionality as part of the package itself, history management was removed from django CMS in version 3.4 and has been spun off into an independent application.

django CMS History has been rewritten from the ground up. It will continue to be developed. New functionality and improvements will be introduced in future releases.

Installation

Requirements

django CMS history requires that you have a django CMS 3.4.2 (or higher) project already running and set up.

To install

Run:

pip install djangocms-history

Add djangocms_history to your project’s INSTALLED_APPS.

Run:

python manage.py migrate djangocms_history

to perform the application’s database migrations.

Usage

Once installed, django CMS History will make new options available to the web content manager. These will be visible in the django CMS toolbar when managing content that is supported by the application.

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

djangocms-history-0.3.0.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

djangocms_history-0.3.0-py2-none-any.whl (20.2 kB view hashes)

Uploaded Python 2

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