diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-01 22:25:29 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-01 22:25:29 +0100 |
| commit | 0412b7d28072ddef7dc1d0b363b6c6c88a439be8 (patch) | |
| tree | 54ac055dcce0482821fe2da461c9e5d79e72a191 /docs/intro/tutorial01.txt | |
| parent | d75a54c184ef322fb427972ff86190c8e8cbf481 (diff) | |
Avoided ambiguous output when runserver port is already in use.
Thanks James Pic for the suggestion (PR 88).
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 7a7221c71d..a73db714f4 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -138,7 +138,7 @@ see the following output on the command line: 0 errors found |today| - 15:50:53 Django version |version|, using settings 'mysite.settings' - Development server is running at http://127.0.0.1:8000/ + Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. You've started the Django development server, a lightweight Web server written |
