X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b95b09260db87f6665bfcef3fb4f7c19f8acb666..af43a678694121f8b7c81a52a64d02c1b024fc57:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index c98944b39..fe42e04c1 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. # -# 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,30 +49,24 @@ 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', + 'admin_ordering', 'rest_framework', 'fnp_django_pagination', 'pipeline', - 'api.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 'allauth',