Getting this Error: "You don't have permission to access that port" for every solution I have tried to run the server
python3 manage.py runserver
sudo python3 manage.py runserver 80
python manage.py runserver localhost:18080
python3 manage.py runserver --insecure 0.0.0.0:80
I have used several cmds to run django server but for all these I am getting the same error