Skip to content

Commit

Permalink
docs: Replace paver update_db.
Browse files Browse the repository at this point in the history
We are planning on removing paver, and
we have created an alternative Make command for
running migrations. This updates the documentation.

openedx-unsupported/devstack#1085
  • Loading branch information
dianakhuang committed Jul 12, 2023
1 parent d14b10e commit 625bf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ as an example) and run migrations:

.. code-block:: bash
$ paver update_db
$ make migrate
# Or use a more down-to-the-root command (replace aws with your version of config)
$ ./manage.py lms migrate --settings=devstack
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ perform database migrations.

.. code-block:: bash
$ paver update_db
$ make migrate
# Or use a more down-to-the-root command (replace aws with your version of config)
$ ./manage.py lms migrate --settings=aws
Expand Down

0 comments on commit 625bf15

Please sign in to comment.