Installation

As long as this plugin is under development it shall be used as git submodule.

Git submodule

  • git submodule add <url> djangocms_reversion2
  • git submodule update --init
  • cd djangocms_reversion2/
  • pip install -r requirements.txt
  • add the “djangocms_reversion2” to INSTALLED_APPS
  • python manage.py migrate

Pypi package

The current package ist outdated. We will push a package once we have a stable release.