Skip to content

Commit

Permalink
Update README.rst (#424)
Browse files Browse the repository at this point in the history
* Update README.rst

* Update README.rst

---------

Co-authored-by: Vinit Kumar <[email protected]>
  • Loading branch information
fsbraun and vinitkumar authored Oct 1, 2024
1 parent 07222a4 commit 85b0182
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ Add ``djangocms_versioning`` to your project's ``INSTALLED_APPS``.

Run::

python manage.py migrate djangocms_versioning
python -m manage migrate djangocms_versioning
python -m manage create_versions --user-id <user-id-of-migration-user>

to perform the application's database migrations.
to perform the application's database migrations and (only if you have an existing database) add version objects
needed to mark existing versions as draft.


=====
Expand Down

0 comments on commit 85b0182

Please sign in to comment.