X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04c0efc51271dc440e3d24fa129aff2ccfe8406b..6bf9138bd74d9725e84cf3b31e3e1ee94b2a6656:/src/wolnelektury/settings/__init__.py diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index a9079bf0e..ca70e9f6d 100644 --- a/src/wolnelektury/settings/__init__.py +++ b/src/wolnelektury/settings/__init__.py @@ -58,6 +58,8 @@ INSTALLED_APPS_OUR = [ 'polls', 'libraries', 'newsletter', + 'contact', + 'isbn', ] GETPAID_BACKENDS = ( @@ -97,6 +99,7 @@ INSTALLED_APPS_CONTRIB = [ 'allauth.socialaccount', 'allauth.socialaccount.providers.openid', 'allauth.socialaccount.providers.facebook', + 'allauth.socialaccount.providers.google', # 'allauth.socialaccount.providers.twitter', ]