Merge branch 'release/0.8.x' into develop

This commit is contained in:
Iacopo Spalletti 2016-09-04 07:00:21 +02:00
commit 5ede0f01a4
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
13 changed files with 136 additions and 114 deletions

View file

@ -100,7 +100,8 @@ HELPER_SETTINGS = dict(
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
}
}
},
BLOG_AUTO_SETUP=False,
)
try: