root/examples/googledir/googledir/settings.py @ 1606:4b5e398a5b3e

Revision 1606:4b5e398a5b3e, 340 bytes (checked in by Pablo Hoffman <pablo@…>, 12 months ago)

more cleanups to startproject and project templates

Line 
1# - Scrapy settings for googledir project
2
3import googledir
4
5BOT_NAME = 'googledir'
6BOT_VERSION = '1.0'
7
8SPIDER_MODULES = ['googledir.spiders']
9NEWSPIDER_MODULE = 'googledir.spiders'
10DEFAULT_ITEM_CLASS = 'scrapy.item.ScrapedItem'
11USER_AGENT = '%s/%s' % (BOT_NAME, BOT_VERSION)
12
13ITEM_PIPELINES = ['googledir.pipelines.FilterWordsPipeline']
Note: See TracBrowser for help on using the browser.