Run Django Dev Server from Remote Machine


/ Published in: Django
Save to your folder(s)

Don't run the dev server as an actual web server. I'm just doing this so I can work remotely on a vm.


Copy this code and paste it in your HTML
  1. python manage.py runserver 0.0.0.0:8000

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.