X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/98b2c09ef1f1c8288a31517f61423264c6b3291c..f25170a0a98f982f01ca5d93425ce85477bd930e:/src/wolnelektury/settings/__init__.py?ds=inline

diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py
index ac366513f..ca70e9f6d 100644
--- a/src/wolnelektury/settings/__init__.py
+++ b/src/wolnelektury/settings/__init__.py
@@ -59,6 +59,7 @@ INSTALLED_APPS_OUR = [
     'libraries',
     'newsletter',
     'contact',
+    'isbn',
 ]
 
 GETPAID_BACKENDS = (
@@ -98,6 +99,7 @@ INSTALLED_APPS_CONTRIB = [
     'allauth.socialaccount',
     'allauth.socialaccount.providers.openid',
     'allauth.socialaccount.providers.facebook',
+    'allauth.socialaccount.providers.google',
     # 'allauth.socialaccount.providers.twitter',
     ]