Opened 17 years ago
Closed 17 years ago
#5376 closed (fixed)
Add --addrport option to testserver command
Reported by: | Todd O'Bryan | Owned by: | Todd O'Bryan |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Because the testserver
command takes fixtures as arguments, you can't currently set the IP address or port that it should use when it runs the server.
This ticket adds the option --addrport
to testserver
and just passes it to the runserver
command.
Attachments (2)
Change History (12)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 17 years ago
Needs documentation: | set |
---|
by , 17 years ago
Attachment: | testserver-addrport.patch added |
---|
comment:5 by , 17 years ago
Needs documentation: | unset |
---|
comment:6 by , 17 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:8 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
by , 17 years ago
Attachment: | docs.patch added |
---|
comment:9 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There are two typos that are misleading. They're fixed in docs.patch
.
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Patch looks good, other than the fact that it should be made relative to your
trunk
directory -- i.e., the diff shouldn't contain "/home/tobryan1/workspace". Also, could you include a patch todocs/django-admin.txt
? Here's all you need to know about documentation changes: http://www.djangoproject.com/documentation/contributing/#documentation-style