Enabled cached plugin
This commit is contained in:
parent
096e1d48f7
commit
7d28e08f58
5 changed files with 47 additions and 1 deletions
|
|
@ -96,6 +96,11 @@ HELPER_SETTINGS = dict(
|
|||
HAYSTACK_CONNECTIONS={
|
||||
'default': {}
|
||||
},
|
||||
CACHES={
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue