Kaydet (Commit) 8fa763a9 authored tarafından Tim Graham's avatar Tim Graham

[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.

Backport of 0f2e82b9 from master
üst 419f2962
...@@ -964,9 +964,9 @@ reduction. ...@@ -964,9 +964,9 @@ reduction.
``pyinotify`` support was added. ``pyinotify`` support was added.
When you start the server, and each time you change Python code while the When you start the server, and each time you change Python code while the
server is running, the server will check your entire Django project for errors (see server is running, the system check framework will check your entire Django
the :djadmin:`check` command). If any errors are found, they will be printed project for some common errors (see the :djadmin:`check` command). If any
to standard output, but it won't stop the server. errors are found, they will be printed to standard output.
You can run as many servers as you want, as long as they're on separate ports. You can run as many servers as you want, as long as they're on separate ports.
Just execute ``django-admin runserver`` more than once. Just execute ``django-admin runserver`` more than once.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment