mirror of https://github.com/scrapy/scrapy.git
settings must be documented in alphabetical order
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40833
This commit is contained in:
parent
45340d3d87
commit
38c62ca357
|
|
@ -20,16 +20,6 @@ Default: ``False``
|
|||
|
||||
Enable debug mode for adaptors.
|
||||
|
||||
.. setting:: PROJECT_NAME
|
||||
|
||||
PROJECT_NAME
|
||||
------------
|
||||
|
||||
Default: ``Not Defined``
|
||||
|
||||
The name of the current project. It matches the project module name as created
|
||||
by startproject command, and is only defined by project settings file.
|
||||
|
||||
.. setting:: BOT_NAME
|
||||
|
||||
BOT_NAME
|
||||
|
|
@ -617,6 +607,16 @@ Example::
|
|||
|
||||
NEWSPIDER_MODULE = 'mybot.spiders_dev'
|
||||
|
||||
.. setting:: PROJECT_NAME
|
||||
|
||||
PROJECT_NAME
|
||||
------------
|
||||
|
||||
Default: ``Not Defined``
|
||||
|
||||
The name of the current project. It matches the project module name as created
|
||||
by ``startproject`` command, and is only defined by project settings file.
|
||||
|
||||
.. setting:: REQUEST_HEADER_ACCEPT
|
||||
|
||||
REQUEST_HEADER_ACCEPT
|
||||
|
|
|
|||
Loading…
Reference in New Issue