disable log on startproject command

This commit is contained in:
Pablo Hoffman 2015-09-17 01:05:52 -03:00 committed by Daniel Graña
parent df2b9448a9
commit db4c9fee4c
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ IGNORE = ignore_patterns('*.pyc', '.svn')
class Command(ScrapyCommand):
requires_project = False
default_settings = {'LOG_ENABLED': False}
def syntax(self):
return "<project_name>"