Tenma icon indicating copy to clipboard operation
Tenma copied to clipboard

Document Django --noreload (Installation-Wiki)

Open pnhofmann opened this issue 5 years ago • 0 comments

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).

pnhofmann avatar Jan 27 '20 17:01 pnhofmann