django-react-boilerplate icon indicating copy to clipboard operation
django-react-boilerplate copied to clipboard

Install pywatchman for local server

Open fjsj opened this issue 3 years ago • 0 comments

From Django docs:

If you’re using Linux or MacOS and install both pywatchman and the Watchman service, kernel signals will be used to autoreload the server (rather than polling file modification timestamps each second). This offers better performance on large projects, reduced response time after code changes, more robust change detection, and a reduction in power usage. Django supports pywatchman 1.2.0 and higher.

fjsj avatar May 17 '22 18:05 fjsj