(env)tring@pythonist:~/project$ python manage.py runserver
Validating models...
0 errors found
November 03, 2016 - 01:34:02
Django version 1.5.5, using settings 'project.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Error: That port is already in use.
How to resolve this error ?
You can kill the process/port using following command
sudo fuser -k 8000/tcp
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.