开发者

How can I connect to a deployment server on a different network?

I'm working through the Django book, and I set up everything I need to in order to use the development server. However, I'm running it on a server not on my network. I know you can view the development site while on the network, but is there any way to remotely access the development serv开发者_StackOverflow社区er?


You could try ssh to your development server and develop from there. Remember to use python manage.py runserver 0.0.0.0:8000 to make the your site accessible during debug.


You need to include the three specified Jackson libraries as well. That will correct the issue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜