diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-09-25 21:11:17 -0300 |
| commit | d1047c8b4cecd2e64a1ec0882328af9d081220a3 (patch) | |
| tree | ef07532e0f758c54bddb2f9030c1349280c179db /docs/intro/tutorial02.txt | |
| parent | d7ae0bc372f8423e7bcf9b5408df46fd5c8dc27d (diff) | |
[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report.
d1c9802811 from master.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 3ffe475e1b..dfae2120b9 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -31,7 +31,7 @@ Recall from Tutorial 1 that you start the development server like so: .. code-block:: bash - python manage.py runserver + $ python manage.py runserver Now, open a Web browser and go to "/admin/" on your local domain -- e.g., http://127.0.0.1:8000/admin/. You should see the admin's login screen: |
