X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e4ddfe1b3a3bfa982386284d9859c64862cb6c08..998a1e2aeaea0c5361e526365d1e94d7eaa9d4e8:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index 2c76f67ed..344669550 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # @@ -50,7 +49,6 @@ INSTALLED_APPS_CONTRIB = [ 'rest_framework', 'fnp_django_pagination', 'pipeline', - 'api.piston', 'piwik', 'sorl.thumbnail', 'kombu.transport.django', @@ -61,14 +59,9 @@ INSTALLED_APPS_CONTRIB = [ 'ssify', 'django_extensions', 'raven.contrib.django.raven_compat', - - 'migdal', - 'django_comments', - 'django_comments_xtd', - 'django_gravatar', + 'club.apps.ClubConfig', # allauth stuff - 'uni_form', 'allauth', 'allauth.account', 'allauth.socialaccount',