X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/967eed676fc83d15b26149047f353ac61faa8217..HEAD:/src/wolnelektury/settings/apps.py diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index 344669550..769565d03 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -1,20 +1,26 @@ -# 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', @@ -32,6 +38,8 @@ INSTALLED_APPS_OUR = [ 'isbn', 'paypal', 'push', + 'club', + 'redirects', ] INSTALLED_APPS_CONTRIB = [ @@ -41,25 +49,25 @@ 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', - 'piwik', 'sorl.thumbnail', - 'kombu.transport.django', 'honeypot', 'fnpdjango', - 'getpaid', - 'getpaid.backends.payu', - 'ssify', 'django_extensions', - 'raven.contrib.django.raven_compat', - 'club.apps.ClubConfig', + 'forms_builder.forms', + 'django_countries', + + 'debug_toolbar', # allauth stuff 'allauth',