#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           |   Resolution:        
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by Fraser  Nevett <[EMAIL PROTECTED]>):

 I agree this is probably a special case.
 
 This came about because we have a shared development server, and thought
 it would be sensible to assign each developer with a port so they can each
 run their own instance of Django. In /etc/services we have a port for each
 developer's name; for example:
 {{{
 tom    9000/tcp
 dick   9001/tcp
 harry  9002/tcp
 }}}
 
 I'm not overly concerned if this gets included, but I believe the
 interchangeability of port numbers and service names is a pretty standard
 Linux/Unix feature so we might want to provide support for it. What do
 people think?
 
 P.S. We've only tested that this works on Linux; not sure if/how Windows
 and other OSs support socket.getservbyname.

-- 
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