Update index and settings
This commit is contained in:
parent
2d1eb62964
commit
a02a3d1c3c
4 changed files with 68 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue