Add this too for askbot

This commit is contained in:
Kevin Fenzi 2014-01-17 18:01:36 +00:00
parent 7f257b854d
commit 56cde2b40a

View file

@ -218,6 +218,8 @@ CACHES = {
}
{% endif %}
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
'askbot.deps.django_authopenid.backends.AuthBackend',