X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04c0efc51271dc440e3d24fa129aff2ccfe8406b..141f3bea77fdb337069c198ffeee870696f4554e:/src/wolnelektury/settings/__init__.py diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index a9079bf0e..b57ca5545 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 = ( @@ -90,6 +93,10 @@ INSTALLED_APPS_CONTRIB = [ 'django_extensions', 'raven.contrib.django.raven_compat', + 'migdal', + 'django_comments', + 'django_comments_xtd', + # allauth stuff 'uni_form', 'allauth', @@ -97,6 +104,7 @@ INSTALLED_APPS_CONTRIB = [ 'allauth.socialaccount', 'allauth.socialaccount.providers.openid', 'allauth.socialaccount.providers.facebook', + 'allauth.socialaccount.providers.google', # 'allauth.socialaccount.providers.twitter', ]