X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/98b2c09ef1f1c8288a31517f61423264c6b3291c..5dce691e09c4a838ed0758a3c1c24b2345b4e2bb:/src/wolnelektury/settings/__init__.py 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', ]