0

I am trying to run Django project in ubuntu 20.04 LTS but it shows 8000 port already in use.

I can run using> python manage.py runserver 8080

But I want to free my 8000 port

How can I do that?

(env) amol@amol-Ideapad-320:~/My Code/Python/ecommerse-models/ecomm$ python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
September 03, 2022 - 15:12:45
Django version 4.1, using settings 'ecomm.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Error: That port is already in use.
Amol_G
  • 375
  • 1
  • 12

0 Answers0