Skip to content

Instantly share code, notes, and snippets.

@grizmio
Created July 7, 2023 19:40
Show Gist options
  • Save grizmio/895bb7b15aa54c8c7e527f7bcfb451c5 to your computer and use it in GitHub Desktop.
Save grizmio/895bb7b15aa54c8c7e527f7bcfb451c5 to your computer and use it in GitHub Desktop.
django_reload develop
alias reload_gunicorn='pidof -x gunicorn|xargs sudo kill -s HUP'
$ inotifywait -m -e modify,create,delete -r . && reload_gunicorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment