使用 PyCharm 启动 Python Django Web 项目时报错
使用 PyCharm 启动 Python Django Web 项目时报错
Error: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
解决方法:
修改端口
=====================
System check identified no issues (0 silenced).
April 24, 2025 - 23:13:46
Django version 3.2.18, using settings 'AAAA.settings'
Starting development server at http://localhost:8000/
Quit the server with CTRL-BREAK.
Error: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
Process finished with exit code 1
=====================
=====================