'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
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
Built Distribution
Hashes for djangocms_history-0.3.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e319113954e4c23d7ba16de0286281f3df6b89ec3bc71378fe0cef9655033e8 |
|
MD5 | bf891a17aa3848bf953044f42482a2cb |
|
BLAKE2b-256 | 0fd3f53fd5e756135df82e8db5de317477111954be508cc3454c616ca7fd500e |