Thry starting Django with another port ./manage.py runserver 8001
in os x/linux do sudo ps -a # to see the running processes kill -9 123 # replace 123 with pid of running runserver process
Comments
in os x/linux do sudo ps -a # to see the running processes kill -9 123 # replace 123 with pid of running runserver process