Author: adrian
Date: 2007-09-16 11:01:25 -0500 (Sun, 16 Sep 2007)
New Revision: 6363
Modified:
django/trunk/docs/django-admin.txt
Log:
FIxed #5376 -- Fixed typo in testserver docs
Modified: django/trunk/docs/django-admin.txt
===================================================================
--- django/trunk/docs/django-admin.txt 2007-09-16 15:57:15 UTC (rev 6362)
+++ django/trunk/docs/django-admin.txt 2007-09-16 16:01:25 UTC (rev 6363)
@@ -645,11 +645,11 @@
To run the test server on port 7000 with ``fixture1`` and ``fixture2``::
django-admin.py testserver --addrport 7000 fixture1 fixture2
- django-admin.py testserver fixture1 fixture2 --addrport 8080
+ django-admin.py testserver fixture1 fixture2 --addrport 7000
(The above statements are equivalent. We include both of them to demonstrate
-that it doesn't matter whether the options come before or after the
-``testserver`` command.)
+that it doesn't matter whether the options come before or after the fixture
+arguments.)
To run on 1.2.3.4:7000 with a `test` fixture::
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---