How to solve “Error: That port is already in use” in Django

5K views Jul 31, 2023

ngangasn.com

To do that, run python manage.py runserver 0.0.0.0:9000. The new Django project should be served on port 9000, and the old Django project should be served using the default port, 8000.