Django

Code

Changeset 6017

Show
Ignore:
Timestamp:
08/25/07 18:56:33 (1 year ago)
Author:
adrian
Message:

Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r6013 r6017  
    480480not yet accept a ``host`` or ``port`` parameter. 
    481481 
     482Also note that it does *not* automatically detect changes to your Python source 
     483code (as ``runserver`` does). It does, however, detect changes to templates. 
     484 
    482485.. _unit tests: ../testing/ 
    483486