X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/640e6f5c1e85d05d728cd29a129df9ea8aa8f31f..62d83af2cafb15b3940311cf305a30d489909d95:/wolnelektury/settings/__init__.py diff --git a/wolnelektury/settings/__init__.py b/wolnelektury/settings/__init__.py index 335b2b1aa..7b1641c99 100644 --- a/wolnelektury/settings/__init__.py +++ b/wolnelektury/settings/__init__.py @@ -20,8 +20,9 @@ TEMPLATE_CONTEXT_PROCESSORS = ( 'django.core.context_processors.request', 'wolnelektury_core.context_processors.extra_settings', 'search.context_processors.search_form', - "allauth.context_processors.allauth", + "allauth.account.context_processors.account", + "allauth.socialaccount.context_processors.socialaccount", ) MIDDLEWARE_CLASSES = [ @@ -66,6 +67,7 @@ INSTALLED_APPS_OUR = [ 'waiter', 'search', 'oai', + 'funding', ] INSTALLED_APPS_CONTRIB = [ @@ -88,16 +90,16 @@ INSTALLED_APPS_CONTRIB = [ 'djkombu', 'honeypot', #'django_nose', + 'fnpdjango', #allauth stuff - 'emailconfirmation', 'uni_form', 'allauth', 'allauth.account', 'allauth.socialaccount', - 'allauth.openid', - #'allauth.facebook', - #'allauth.twitter', + 'allauth.socialaccount.providers.openid', + 'allauth.socialaccount.providers.facebook', + #'allauth.socialaccount.providers.twitter', # included 'modeltranslation',