Merge pull request #1609 from normanjaeckel/Localhost
Start browser at 'localhost:8000' in start script. Fixed #1534.
This commit is contained in:
commit
2618001ddd
@ -136,7 +136,7 @@ def start(args):
|
|||||||
execute_from_command_line(['manage.py', 'migrate'])
|
execute_from_command_line(['manage.py', 'migrate'])
|
||||||
|
|
||||||
if not args.no_browser:
|
if not args.no_browser:
|
||||||
start_browser('http://127.0.0.1:8000')
|
start_browser('http://localhost:8000')
|
||||||
|
|
||||||
# Start the webserver
|
# Start the webserver
|
||||||
execute_from_command_line(['manage.py', 'runserver', '0.0.0.0:8000'])
|
execute_from_command_line(['manage.py', 'runserver', '0.0.0.0:8000'])
|
||||||
|
Loading…
Reference in New Issue
Block a user