#2461: manage.py: Add support for IP, IP:PORT, or PORT command-line arguments
-----------------------------------------+----------------------------------
Reporter: jvargas -a-t- acm -*- o r g | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone: Version 1.0
Component: django-admin.py | Version: SVN
Severity: minor | Keywords: ip address utils
-----------------------------------------+----------------------------------
These two files (iputils.py and iputils.diff) add support for IP, IP:PORT,
or PORT command-line arguments to '''manage.py''', so that
{{{
manage.py runserver [optional port number, or ipaddr:port]
}}}
becomes
{{{
manage.py runserver [optional ip address, optional port number, or
ipaddr:port]
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/2461>
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
-~----------~----~----~----~------~----~------~--~---