Deploy command requires project

This commit is contained in:
Pablo Hoffman 2010-10-21 13:24:02 -02:00
parent f8b4d1dc5d
commit 992683ac5c
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ setup(
class Command(ScrapyCommand):
requires_project = True
def syntax(self):
return "[options] [ <target:project> | -l <target> | -L ]"