mirror of https://github.com/scrapy/scrapy.git
removed unused and unneeded SITE_URL from localsettings
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40444
This commit is contained in:
parent
2f5cff0b24
commit
d865ca4e5b
|
|
@ -7,8 +7,6 @@ DATABASE_PASSWORD = '' # Not used with sqlite3.
|
|||
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
|
||||
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
|
||||
|
||||
SITE_URL = ''
|
||||
|
||||
EMAIL_HOST = ''
|
||||
EMAIL_HOST_USER = ''
|
||||
EMAIL_HOST_PASSWORD = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue