Skip to content

Commit

Permalink
Merge pull request #1799 from openedx/diana/update-docs
Browse files Browse the repository at this point in the history
docs: Replace paver update_db.
  • Loading branch information
dianakhuang authored Jul 13, 2023
2 parents d14b10e + 625bf15 commit 91d5376
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 91d5376

Please sign in to comment.