X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/070975c3e28093c54fa890962a756e89b5f4d155..468c2e650c854ffa691afc73aa1f41ce61283cdb:/src/wolnelektury/settings/__init__.py diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index 819085009..54dca9c09 100644 --- a/src/wolnelektury/settings/__init__.py +++ b/src/wolnelektury/settings/__init__.py @@ -58,6 +58,9 @@ INSTALLED_APPS_OUR = [ 'polls', 'libraries', 'newsletter', + 'contact', + 'isbn', + 'paypal', ] GETPAID_BACKENDS = ( @@ -88,6 +91,7 @@ INSTALLED_APPS_CONTRIB = [ 'getpaid.backends.payu', 'ssify', 'django_extensions', + 'raven.contrib.django.raven_compat', # allauth stuff 'uni_form', @@ -96,6 +100,7 @@ INSTALLED_APPS_CONTRIB = [ 'allauth.socialaccount', 'allauth.socialaccount.providers.openid', 'allauth.socialaccount.providers.facebook', + 'allauth.socialaccount.providers.google', # 'allauth.socialaccount.providers.twitter', ]