Issue
When I run the Django runserver
command it shows port is already in use. So every time I need to kill the process that uses the port and run the server again.
Can anyone give me a permanent solution to this?
Solution
You can use another port, coz may be the port
you are using have some problem.
python manage.py runserver 8080
and yes, you need to kill the previous running server.
Answered By - Astik Anand
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.