Skip to content

Commit

Permalink
Fixed #24704 -- Clarified system check interaction with runserver.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Apr 25, 2015
1 parent 2d76b61 commit 0f2e82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ reduction.
.. _pyinotify: https://pypi.python.org/pypi/pyinotify/

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
the :djadmin:`check` command). If any errors are found, they will be printed
to standard output, but it won't stop the server.
server is running, the system check framework will check your entire Django
project for some common errors (see the :djadmin:`check` command). If any
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.
Just execute ``django-admin runserver`` more than once.
Expand Down

0 comments on commit 0f2e82b

Please sign in to comment.