Start the browser on 127.0.0.1

Fixed #1525
This commit is contained in:
Oskar Hahn 2015-06-11 11:37:01 +02:00
parent 9f93208afd
commit e836bccb72

View File

@ -135,7 +135,7 @@ def start(args):
execute_from_command_line(['manage.py', 'migrate'])
if not args.no_browser:
start_browser('http://0.0.0.0:8000')
start_browser('http://127.0.0.1:8000')
# Start the webserver
execute_from_command_line(['manage.py', 'runserver', '0.0.0.0:8000'])