Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
70740d6eca
commit
32c729be10
|
@ -479,6 +479,9 @@ This is useful in a number of ways:
|
|||
Note that this server can only run on the default port on localhost; it does
|
||||
not yet accept a ``host`` or ``port`` parameter.
|
||||
|
||||
Also note that it does *not* automatically detect changes to your Python source
|
||||
code (as ``runserver`` does). It does, however, detect changes to templates.
|
||||
|
||||
.. _unit tests: ../testing/
|
||||
|
||||
validate
|
||||
|
|
Loading…
Reference in New Issue