Can I run django-server in Pycharm as root? I need to start the server (in debug mode) on port 80. I set the host to 0.0.0.0 and port to 80, but if I try to start it from Pycharm, I get this error:
Error: You don't have permission to access that port.
I also tried to run this custom command:
sudo runserver 0.0.0.0:80
but he fails. I am using macOsX Lion, any suggestions?
Griffosx
source share