Add this too for askbot
This commit is contained in:
parent
7f257b854d
commit
56cde2b40a
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ CACHES = {
|
|||
}
|
||||
{% endif %}
|
||||
|
||||
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
'askbot.deps.django_authopenid.backends.AuthBackend',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue