Skip to content

Commit 85b0182

Browse files
fsbraunvinitkumar
andauthored
Update README.rst (#424)
* Update README.rst * Update README.rst --------- Co-authored-by: Vinit Kumar <[email protected]>
1 parent 07222a4 commit 85b0182

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``.
3232

3333
Run::
3434

35-
python manage.py migrate djangocms_versioning
35+
python -m manage migrate djangocms_versioning
36+
python -m manage create_versions --user-id <user-id-of-migration-user>
3637

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.
3840

3941

4042
=====

0 commit comments

Comments
 (0)