#14332: manage testserver and manage runserver should have similiar address:port
options
---------------------------------------------+------------------------------
          Reporter:  wildf...@progsoc.org    |         Owner:  fheinz
            Status:  reopened                |     Milestone:        
         Component:  django-admin.py         |       Version:  1.2   
        Resolution:                          |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  0                       |   Needs_tests:  0     
Needs_better_patch:  1                       |  
---------------------------------------------+------------------------------
Changes (by lrekucki):

  * needs_better_patch:  0 => 1
  * stage:  Accepted => Design decision needed

Comment:

 I'm against doing it this way. I see no value for having ``--addrport``
 option for runserver. Duplicating functionality is a bad thing, imho (You
 know, "there should be one obvious way to do it", etc.). A minor backwards
 compatibility issue is that someone can have a fixture named "1000", which
 will now get interpreted as port number.

 If I was to propose something, it would be deprectating ``--addrport`` and
 runserver's positional syntax in favour of ``--host`` and ``--port``
 options. That would at least be consistent with most UNIX tools, but I'm
 generally -0 on changing anything here.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14332#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to