We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07222a4 commit 85b0182Copy full SHA for 85b0182
README.rst
@@ -32,9 +32,11 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``.
32
33
Run::
34
35
- python manage.py migrate djangocms_versioning
+ python -m manage migrate djangocms_versioning
36
+ python -m manage create_versions --user-id <user-id-of-migration-user>
37
-to perform the application's database migrations.
38
+to perform the application's database migrations and (only if you have an existing database) add version objects
39
+needed to mark existing versions as draft.
40
41
42
=====
0 commit comments