[ADD] document --auto-reload

closes #5409
This commit is contained in:
Xavier Morel 2015-03-02 15:24:38 +01:00
commit eb9c8912a9
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,11 @@
Ecuador, 2nd of March 2015
I hereby agree to the terms of the Odoo Individual Contributor License
Agreement v1.0.
I declare that I am authorized and able to make this agreement and sign this
declaration.
Signed,
Nicolas Schmitt sathors@free.fr https://github.com/Sathors

View File

@ -278,6 +278,14 @@ customize the amout of logging output
In case of conflict between :option:`--log-level` and
:option:`--log-handler`, the latter is used
Advanced options
----------------
.. option:: --auto-reload
enable auto-reloading of python files and xml files without having to
restart the server. Requires pyinotify_.
.. _reference/cmdline/scaffold:
Scaffolding
@ -347,3 +355,4 @@ to that file.
http://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208
.. _Werkzeug's proxy support:
http://werkzeug.pocoo.org/docs/0.9/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix
.. _pyinotify: https://github.com/seb-m/pyinotify/wiki