Efficient Reloading in Django’s Runserver With Watchman

Efficient Reloading in Django’s Runserver With Watchman

Articles
Watchman is an efficient file watcher open sourced by Facebook, for which Django support was added in 2.2. In this article, Adam Johnson demonstrates how to use it with runserver for improved performance.