Django

Code

Changeset 6363

Show
Ignore:
Timestamp:
09/16/07 11:01:25 (1 year ago)
Author:
adrian
Message:

FIxed #5376 -- Fixed typo in testserver docs

Files:

Legend:

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

    r6204 r6363  
    646646 
    647647    django-admin.py testserver --addrport 7000 fixture1 fixture2 
    648     django-admin.py testserver fixture1 fixture2 --addrport 808
     648    django-admin.py testserver fixture1 fixture2 --addrport 700
    649649 
    650650(The above statements are equivalent. We include both of them to demonstrate 
    651 that it doesn't matter whether the options come before or after the 
    652 ``testserver`` command.) 
     651that it doesn't matter whether the options come before or after the fixture 
     652arguments.) 
    653653 
    654654To run on 1.2.3.4:7000 with a `test` fixture::