Ticket #24704: 24704.diff

File 24704.diff, 890 bytes (added by Tim Graham, 9 years ago)
  • docs/ref/django-admin.txt

    diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
    index 2b68f65..fd989e1 100644
    a b reduction.  
    785785.. _pyinotify: https://pypi.python.org/pypi/pyinotify/
    786786
    787787When you start the server, and each time you change Python code while the
    788 server is running, the server will check your entire Django project for errors (see
    789 the :djadmin:`check` command). If any errors are found, they will be printed
    790 to standard output, but it won't stop the server.
     788server is running, the system check framework will check your entire Django
     789project for some common errors (see the :djadmin:`check` command). If any
     790errors are found, they will be printed to standard output.
    791791
    792792You can run as many servers as you want, as long as they're on separate ports.
    793793Just execute ``django-admin runserver`` more than once.
Back to Top