removed DEFAULT_ITEM_CLASS setting from settings in new project template

This commit is contained in:
Pablo Hoffman 2011-06-23 11:34:28 -03:00
parent d197895d8f
commit fbafb295e8
1 changed files with 0 additions and 1 deletions

View File

@ -11,6 +11,5 @@ BOT_VERSION = '1.0'
SPIDER_MODULES = ['$project_name.spiders']
NEWSPIDER_MODULE = '$project_name.spiders'
DEFAULT_ITEM_CLASS = '$project_name.items.${ProjectName}Item'
USER_AGENT = '%s/%s' % (BOT_NAME, BOT_VERSION)