1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 03:43:56 +00:00

add django to test requirements and fix test_djangoitem for modern django versions

This commit is contained in:
Mikhail Korobov 2013-07-09 00:28:39 +06:00
parent b98e80cbb8
commit 2105ec58eb
3 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@ lxml
twisted
boto
Pillow
django

View File

@ -4,3 +4,4 @@ lxml==2.3.2
twisted==11.1.0
boto==2.2.2
Pillow<2.0
django==1.3.1

View File

@ -4,3 +4,5 @@ DATABASES = {
'NAME': ':memory:',
}
}
SECRET_KEY = 'top-secret'