Thursday, June 11, 2015

Re: 想用中文说清楚:我在远程工作机服务器上建立了django框架,想启动web server ,启动成功,但是无法打开127.0.0.1:8000 ,中间端口转接该怎么做

 127.0.0.1  is always your local PC.
 you should use another one interface for accessing from remote host.
 if  your local PC has IP 192.168.0.10
  right syntax is django-admin.py runserver 192.168.0.10:8000

Many thanks,

Serge


+380 636150445
skype: skhohlov

On Thu, Jun 11, 2015 at 5:26 PM, Neto <paulosouzamaciel@gmail.com> wrote:
通过远程计算机,您无法打开地址?如果是这样,你应该用你的电脑的IP要访问。

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/029d94b6-7967-4921-ba3e-16c8d3fe3a01%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADTRxJM_jDHYqbRJ_j-qsEODfDpGpdEsHrUYRjSsVY1UMJsxsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment