8000 docs: Incorrect commands to migrate database in docs by sakhawy · Pull Request #7754 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

docs: Incorrect commands to migrate database in docs #7754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load file 8000 s.
Loading
Diff view
Diff view
Next Next commit
fix: Incorrect commands to migrate database in docs
  • Loading branch information
sakhawy committed Jan 10, 2024
commit 6f9e6f7ed6964722945b974992f368d594f3d11f
4 changes: 2 additions & 2 deletions docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ template. It performs the following five steps in one simple go:

.. code-block::

python -m manage migrate.
python -m manage migrate

4. It prompts for crating a superuser by invoking:

Expand Down Expand Up @@ -839,7 +839,7 @@ Then run migrations:

.. code-block::

python manage.py migrate.
python manage.py migrate

These and other plugins are described in more detail in :ref:`commonly-used-plugins`.

Expand Down
0