diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-25 15:05:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-25 15:06:17 -0400 |
| commit | 0f2e82b9ec9797147945a6f9a402b5ae0fb1d9f4 (patch) | |
| tree | b7e15edf07de9c8c5c518069b31a4b26013fc4cf /docs | |
| parent | 2d76b61dc2a45d5acda53736433a22a1b74e0514 (diff) | |
Fixed #24704 -- Clarified system check interaction with runserver.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 2b68f6575d..fd989e1344 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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. |
