add git commit hooks to project-generation-options.rst

This commit is contained in:
jeffshek 2016-06-08 01:04:00 -04:00
parent 78ddd2df8a
commit eb5de902f6

View File

@ -49,6 +49,9 @@ use_python2 [n]
By default, the Python code generated will be for Python 3.x. But if you
answer `y` here, it will be legacy Python 2.7 code.
use_precommit_hooks [n]
If yes, include a basic configurations for git hooks that have to pass on each commit (or skipped).
.. _WhiteNoise: https://github.com/evansd/whitenoise
.. _Celery: https://github.com/celery/celery
.. _MailHog: https://github.com/mailhog/MailHog