Just one small suggestion, would it be possible to add a
--noreload
to
python manage.py runserver [YOUR IP ADDRESS]:8000
in the installation instructions?
The autoreload feature does not make much sense for regular use-case and cases quite some CPU usage on non-inotify platforms (I am using FreeBSD but no pynotify was not installed - noticed (idle) ~10% CPU usage on my quad-core AMD APU; on Windows or MacOS there isn't even pynotify).
Just one small suggestion, would it be possible to add a
--noreload
to
python manage.py runserver [YOUR IP ADDRESS]:8000
in the installation instructions?
The autoreload feature does not make much sense for regular use-case and cases quite some CPU usage on non-inotify platforms (I am using FreeBSD but no pynotify was not installed - noticed (idle) ~10% CPU usage on my quad-core AMD APU; on Windows or MacOS there isn't even pynotify).