Installation¶
As long as this plugin is under development it shall be used as git submodule.
Git submodule¶
git submodule add <url> djangocms_reversion2git submodule update --initcd 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.