disable log on startproject command

This commit is contained in:
Pablo Hoffman 2015-09-17 01:05:52 -03:00
parent 3c596dcf46
commit 22327ef47b
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>"