Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 412 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 412 Bytes

djangocms-versioning-filer

Installation

Requirements

To install

Run:

pip install djangocms-versioning-filer

Add djangocms_versioning_filer to your project's INSTALLED_APPS.

Run:

python manage.py migrate djangocms_versioning_filer

to perform the application's database migrations.

Usage