Enabled cached plugin

This commit is contained in:
Iacopo Spalletti 2016-06-28 08:56:53 +02:00
commit 7d28e08f58
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
5 changed files with 47 additions and 1 deletions

View file

@ -96,6 +96,11 @@ HELPER_SETTINGS = dict(
HAYSTACK_CONNECTIONS={
'default': {}
},
CACHES={
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
}
}
)
try: