Forums

Error: That port is already in use.

Please assist on below error message.

Error: That port is already in use.

What did you try to do?

When i am going to run server first time without adding any external content. Only fallowing the belo consol commands.

Django-admin startproject projectname Pyrhon manage.py startapp app1. Python manage.py runserver.

On PythonAnywhere you're not supposed to use runserver management command -- you should rather set up a web app on the Web page and run it like that. See this help page for more details.