Changeset 6363
- Timestamp:
- 09/16/07 11:01:25 (1 year ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r6204 r6363 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.) 653 653 654 654 To run on 1.2.3.4:7000 with a `test` fixture::
