paypal subscriptions - stub
[wolnelektury.git] / src / wolnelektury / settings / __init__.py
index 72035d9..54dca9c 100644 (file)
@@ -60,6 +60,7 @@ INSTALLED_APPS_OUR = [
     'newsletter',
     'contact',
     'isbn',
+    'paypal',
 ]
 
 GETPAID_BACKENDS = (
@@ -99,6 +100,7 @@ INSTALLED_APPS_CONTRIB = [
     'allauth.socialaccount',
     'allauth.socialaccount.providers.openid',
     'allauth.socialaccount.providers.facebook',
+    'allauth.socialaccount.providers.google',
     # 'allauth.socialaccount.providers.twitter',
     ]