简体   繁体   中英

You don't have permission to access that port

In my Django, when I try to run the server, it displays this error. What should be done to fix the error? enter image description here

What should be done to fix the error?[

You need admin rights try this:

sudo python manage.py runserver 0.0.0.0:80

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM