django CMS Versioning requires that you have a django CMS 4.0 (or higher) project already running and set up.
Run:
pip install djangocms-versioning
Add djangocms_versioning to your project's INSTALLED_APPS.
Run:
python manage.py migrate djangocms_versioning
to perform the application's database migrations.
Versioning integration instructions are available in docs/versioning_integration.md
An example implementation can be found here: