/ Published in: Django
Don't run the dev server as an actual web server. I'm just doing this so I can work remotely on a vm.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
python manage.py runserver 0.0.0.0:8000