开发者

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

开发者 https://www.devze.com 2023-03-28 23:04 出处:网络
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 developm

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

精彩评论

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