mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report.
This commit is contained in:
parent
2daada800f
commit
d1c9802811
11 changed files with 27 additions and 28 deletions
|
@ -53,7 +53,7 @@ automatically:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
manage.py migrate
|
||||
$ python manage.py migrate
|
||||
|
||||
The :djadmin:`migrate` command looks at all your available models and creates
|
||||
tables in your database for whichever tables don't already exist, as well as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue