scrapy/tests/test_djangoitem/settings.py

9 lines
142 B
Python

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:',
}
}
SECRET_KEY = 'top-secret'