Update index and settings

This commit is contained in:
Marco Federighi 2015-10-15 22:29:32 +02:00 committed by Iacopo Spalletti
commit a02a3d1c3c
4 changed files with 68 additions and 4 deletions

View file

@ -89,7 +89,10 @@ HELPER_SETTINGS = dict(
'easy_thumbnails.processors.filters',
),
FILE_UPLOAD_TEMP_DIR=mkdtemp(),
SITE_ID=1
SITE_ID=1,
HAYSTACK_CONNECTIONS = {
"default": {}
}
)
try: