Project template structure
myproject/
scrapy-ctl.py - Scrapy control file
myproject/ - Project's Python module
__init__.py
items.py - Project's items file (ProjectNameItem by default)
pipelines.py - Project's pipelines file (ProjectNamePipeline by default)
settings.py - Project's settings file
spiders/ - Projects's spiders dir
__init__.py
templates/ - Project's templates dir
...
