Skip to content

Commit 9bd04fd

Browse files
authored
Merge pull request #314 from gerrod3/5386
Fixed some documentation issues on the installation page.
2 parents ad4d0ac + 811c143 commit 9bd04fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES/5386.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed makemigrations commands in the install docs

docs/installation.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,15 @@ Make and Run Migrations
4747

4848
.. code-block:: bash
4949
50-
pulp-manager makemigrations pulp_python
51-
pulp-manager migrate pulp_python
52-
50+
pulpcore-manager makemigrations python
51+
pulpcore-manager migrate python
5352
5453
Run Services
5554
------------
5655

5756
.. code-block:: bash
5857
59-
pulp-manager runserver
58+
pulpcore-manager runserver
6059
gunicorn pulpcore.content:server --bind 'localhost:24816' --worker-class 'aiohttp.GunicornWebWorker' -w 2
6160
sudo systemctl restart pulpcore-resource-manager
6261
sudo systemctl restart pulpcore-worker@1

0 commit comments

Comments
 (0)