Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 323 Bytes

kill_django

A simple script to find and kill Django development servers on the local machine. This is useful if killing a local development server with control-c doesn't terminate the process entirely, leaving the port reserved still.

To use, just run

./kill_django.py

To run tests, run

nosetests