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:
Tim Graham 2013-09-18 10:35:41 -04:00
parent 2daada800f
commit d1c9802811
11 changed files with 27 additions and 28 deletions

View file

@ -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