Fundraising in PDF.
[wolnelektury.git] / src / wolnelektury / settings / apps.py
index 106e94f..769565d 100644 (file)
@@ -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,30 +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',
+    'forms_builder.forms',
+    'django_countries',
 
-    'club.apps.ClubConfig',
-    'migdal',
-    'django_comments',
-    'django_comments_xtd',
-    'django_gravatar',
+    'debug_toolbar',
 
     # allauth stuff
     'allauth',