8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0831d commit 082214bCopy full SHA for 082214b
docs/introduction/01-install.rst
@@ -228,7 +228,7 @@ template. It performs the following five steps in one simple go:
228
229
.. code-block::
230
231
- python -m manage migrate.
+ python -m manage migrate
232
233
4. It prompts for crating a superuser by invoking:
234
@@ -839,7 +839,7 @@ Then run migrations:
839
840
841
842
- python manage.py migrate.
+ python manage.py migrate
843
844
These and other plugins are described in more detail in :ref:`commonly-used-plugins`.
845
0 commit comments