We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad4d0ac + 811c143 commit 9bd04fdCopy full SHA for 9bd04fd
CHANGES/5386.doc
@@ -0,0 +1 @@
1
+Fixed makemigrations commands in the install docs
docs/installation.rst
@@ -47,16 +47,15 @@ Make and Run Migrations
47
48
.. code-block:: bash
49
50
- pulp-manager makemigrations pulp_python
51
- pulp-manager migrate pulp_python
52
-
+ pulpcore-manager makemigrations python
+ pulpcore-manager migrate python
53
54
Run Services
55
------------
56
57
58
59
- pulp-manager runserver
+ pulpcore-manager runserver
60
gunicorn pulpcore.content:server --bind 'localhost:24816' --worker-class 'aiohttp.GunicornWebWorker' -w 2
61
sudo systemctl restart pulpcore-resource-manager
62
sudo systemctl restart pulpcore-worker@1
0 commit comments