Remove pyinotify autoreloader support

2018-10-06 Thread Tom Forbes
What do we think about removing the pyinotify functionality in the autoreloader? For context, if pyinotify is installed (Linux only) the autoreloader will attempt to use it to detect file changes over the standard polling-based approach. It is generally much more efficient but is not cross platform

Re: Remove pyinotify autoreloader support

2018-10-06 Thread charettes
While I understand the complexity of 1. I think shipping a version of Django without an equivalent inotify replacement such as watchdog could be problematic. >From my personal experience when using Django's development server in Docker containers sharing local volumes installing pyinotify resulte