I'm following How to Tango with Django verbatim but have hit the mentioned problem. If you have the book I'm stuck in section 3.2. The server runs on 127.0.0.1:8006 but nothing loads when I put that address in my url bar.
There is another funny thing happening: I cannot start servers on localhost port 8000 or 8001, but I am pretty sure I have no processes running. I have tried in bash fg
to check for background processes but recieve bash: fg: current: no such job
. Additionally lsof -i:8000
produced command not found
.
How can I find and kill whatever processes are running in my ports, and load this damn server?!
Thanks for your time, have a puppy.