minor update to tutorial

This commit is contained in:
Ismael Carnales 2009-08-24 14:34:17 -03:00
parent 0363040884
commit 4b5aa30867
1 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ This will create a ``dmoz`` directory with the following contents::
settings.py
spiders/
__init__.py
templates/
...
These are basically:
@ -61,7 +60,6 @@ These are basically:
* ``dmoz/pipelines.py``: the project's pipelines file.
* ``dmoz/settings.py``: the project's settings file.
* ``dmoz/spiders/``: a directory where you'll later put your spiders.
* ``dmoz/templates/``: directory containing the spider's templates.
Defining our Item
=================