Ticket #5376: docs.patch
File docs.patch, 811 bytes (added by , 17 years ago) |
---|
-
docs/django-admin.txt
645 645 To run the test server on port 7000 with ``fixture1`` and ``fixture2``:: 646 646 647 647 django-admin.py testserver --addrport 7000 fixture1 fixture2 648 django-admin.py testserver fixture1 fixture2 --addrport 8080648 django-admin.py testserver fixture1 fixture2 --addrport 7000 649 649 650 650 (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.)651 that it doesn't matter whether the options come before or after the fixture 652 arguments to ``testserver``.) 653 653 654 654 To run on 1.2.3.4:7000 with a `test` fixture:: 655 655