#8628: Add development server address/port as settings. ---------------------------------------+------------------------------------ Reporter: k0001 | Owner: nobody Status: new | Milestone: Component: django-admin.py runserver | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ---------------------------------------+------------------------------------ This patch adds two new setting variables: DEVELOPMENT_SERVER_ADDRESS and DEVELOPMENT_SERVER_PORT.
You can use them to override the default '127.0.0.1:8000' pair where the development server is binded to without the need of handling those arguments to ./manage.py runserver 'address:port' -- Ticket URL: <http://code.djangoproject.com/ticket/8628> Django Code <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 [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?hl=en -~----------~----~----~----~------~----~------~--~---
