Often, when restarting Django runserver, if I use the same port number, I get a \'port is already in use\' message. Subsequently, I need to increment the port number each t
You must have been doing control + z .. Instead do control + c that will kill the server session... Cheers!!!