8000 fix: Incorrect commands to migrate database in docs (#7754) · django-cms/django-cms@082214b · GitHub
[go: up one dir, main page]

Skip to content

Commit 082214b

Browse files
authored
fix: Incorrect commands to migrate database in docs (#7754)
1 parent df0831d commit 082214b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/introduction/01-install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ template. It performs the following five steps in one simple go:
228228

229229
.. code-block::
230230
231-
python -m manage migrate.
231+
python -m manage migrate
232232
233233
4. It prompts for crating a superuser by invoking:
234234

@@ -839,7 +839,7 @@ Then run migrations:
839839

840840
.. code-block::
841841
842-
python manage.py migrate.
842+
python manage.py migrate
843843
844844
These and other plugins are described in more detail in :ref:`commonly-used-plugins`.
845845

0 commit comments

Comments
 (0)
0