mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Avoided ambiguous output when runserver port is already in use.
Thanks James Pic for the suggestion (PR 88).
This commit is contained in:
parent
d75a54c184
commit
0412b7d280
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue