在远程linux上创建项目,使用python manage.py runserver 8009 ,到本地的windows上,服务器ip:8009,无法打开网页,如何才能让server修改为非127.0.0.1
####python manage.py runserver 8009
Performing system checks...
System check identified no issues (0 silenced).
You have 13 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
April 07, 2019 - 10:08:52
Django version 1.10.4, using settings 'myblog.settings'
Starting development server at http://127.0.0.1:8009/
Quit the server with CONTROL-C.