X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/98b2c09ef1f1c8288a31517f61423264c6b3291c..141f3bea77fdb337069c198ffeee870696f4554e:/src/wolnelektury/settings/__init__.py diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index ac366513f..b57ca5545 100644 --- a/src/wolnelektury/settings/__init__.py +++ b/src/wolnelektury/settings/__init__.py @@ -59,6 +59,8 @@ INSTALLED_APPS_OUR = [ 'libraries', 'newsletter', 'contact', + 'isbn', + 'paypal', ] GETPAID_BACKENDS = ( @@ -91,6 +93,10 @@ INSTALLED_APPS_CONTRIB = [ 'django_extensions', 'raven.contrib.django.raven_compat', + 'migdal', + 'django_comments', + 'django_comments_xtd', + # allauth stuff 'uni_form', 'allauth', @@ -98,6 +104,7 @@ INSTALLED_APPS_CONTRIB = [ 'allauth.socialaccount', 'allauth.socialaccount.providers.openid', 'allauth.socialaccount.providers.facebook', + 'allauth.socialaccount.providers.google', # 'allauth.socialaccount.providers.twitter', ]