About Stopping Any Django Development Web Servers
To stop any Django development web server running on the standard port execute:
$ kill $(lsof -t -i:8000)
You can use this in bash or zsh scripts that you can execute to automate your workflows.
Also by me
Django Messaging app
For Django-based social platforms.
Django App for You
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You