X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a7e41fefbf46ad5bfa2eb97dbd1cc11d3a28a354..0882d9a8ec29b8f6c80359a9eca7e5034dc2eb24:/src/wolnelektury/settings/apps.py?ds=inline

diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py
index 5b55b049e..ac01166e6 100644
--- a/src/wolnelektury/settings/apps.py
+++ b/src/wolnelektury/settings/apps.py
@@ -6,16 +6,20 @@ INSTALLED_APPS_OUR = [
     'wolnelektury',
     # our
     'ajaxable',
+    'annoy',
     'api',
     'catalogue',
     'chunks',
     'dictionary',
+    'experiments',
     'infopages',
     'lesmianator',
     'messaging',
     'newtagging',
     'opds',
     'pdcounter',
+    'pz',
+    'references',
     'reporting',
     'sponsors',
     'stats',
@@ -33,7 +37,8 @@ INSTALLED_APPS_OUR = [
     'isbn',
     'paypal',
     'push',
-    'club.apps.ClubConfig',
+    'club',
+    'redirects',
 ]
 
 INSTALLED_APPS_CONTRIB = [
@@ -53,7 +58,6 @@ INSTALLED_APPS_CONTRIB = [
     'rest_framework',
     'fnp_django_pagination',
     'pipeline',
-    'piwik',
     'sorl.thumbnail',
     'honeypot',
     'fnpdjango',
@@ -61,6 +65,7 @@ INSTALLED_APPS_CONTRIB = [
     'getpaid.backends.payu',
     'django_extensions',
     'forms_builder.forms',
+    'django_countries',
 
     'debug_toolbar',