#8628 closed (wontfix)
Add development server address/port as settings.
| Reported by: | k0001 | Owned by: | nobody |
|---|---|---|---|
| Component: | django-admin.py runserver | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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'
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | add_devserver_settings.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I don't see why this is desirable.