mirror of https://github.com/scrapy/scrapy.git
Adds docs for PROJECT_NAME setting. refs #58
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40822
This commit is contained in:
parent
bf87fb8455
commit
bc2ea867ca
|
|
@ -20,6 +20,16 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue