X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/540e76dd8e04d7bab431da696565e826788bd218..HEAD:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index c3be29bbe..769565d03 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -1,21 +1,26 @@ -# -*- 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. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # -# These are the ones we should test. + INSTALLED_APPS_OUR = [ 'wolnelektury', # our 'ajaxable', + 'annoy', 'api', 'catalogue', 'chunks', 'dictionary', + 'education', + 'experiments', 'infopages', 'lesmianator', + 'messaging', 'newtagging', 'opds', 'pdcounter', + 'pz', + 'references', 'reporting', 'sponsors', 'stats', @@ -33,6 +38,8 @@ INSTALLED_APPS_OUR = [ 'isbn', 'paypal', 'push', + 'club', + 'redirects', ] INSTALLED_APPS_CONTRIB = [ @@ -42,33 +49,27 @@ INSTALLED_APPS_CONTRIB = [ # external 'django.contrib.auth', 'django.contrib.contenttypes', + 'django.contrib.messages', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.staticfiles', + 'django.contrib.postgres', + 'admin_ordering', 'rest_framework', 'fnp_django_pagination', 'pipeline', - 'piston', - 'piwik', 'sorl.thumbnail', - 'kombu.transport.django', 'honeypot', 'fnpdjango', - 'getpaid', - 'getpaid.backends.payu', - 'ssify', 'django_extensions', - 'raven.contrib.django.raven_compat', + 'forms_builder.forms', + 'django_countries', - 'migdal', - 'django_comments', - 'django_comments_xtd', - 'django_gravatar', + 'debug_toolbar', # allauth stuff - 'uni_form', 'allauth', 'allauth.account', 'allauth.socialaccount',