config: don't run hooks

For the moment, don't run hooks

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-03-22 23:31:32 +00:00
parent c0e89c1be9
commit d82272f53a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DEBUG = True
SIMULATE = True
RUN_HOOKS = True
RUN_HOOKS = False
SECRET_KEY = 'foobar'
BOOTSTRAP_SERVE_LOCAL = True