#2105: [patch] Allow manage.py runserver to use service names as well as port
numbers
-----------------------------+----------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  enhancement      |      Status:  new   
 Priority:  normal           |   Milestone:        
Component:  django-admin.py  |     Version:        
 Severity:  normal           |    Keywords:        
-----------------------------+----------------------------------------------
 This patch allows a named service to be passed to manage.py runserver
 instead of a port number.
 
 e.g. if /etc/services contains the line
 
 {{{
 dummy     12345/tcp
 }}}
 
 then you can run:
 
 {{{
 manage.py runserver dummy
 }}}
 
 to start the server on port 12345.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2105>
Django <http://code.djangoproject.org/>
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to