Content warnings.
[wolnelektury.git] / src / wolnelektury / settings / apps.py
index 81756be..1d77372 100644 (file)
@@ -6,6 +6,7 @@ INSTALLED_APPS_OUR = [
     'wolnelektury',
     # our
     'ajaxable',
+    'annoy',
     'api',
     'catalogue',
     'chunks',
@@ -16,6 +17,7 @@ INSTALLED_APPS_OUR = [
     'newtagging',
     'opds',
     'pdcounter',
+    'references',
     'reporting',
     'sponsors',
     'stats',
@@ -34,6 +36,7 @@ INSTALLED_APPS_OUR = [
     'paypal',
     'push',
     'club.apps.ClubConfig',
+    'redirects.apps.RedirectsConfig',
 ]
 
 INSTALLED_APPS_CONTRIB = [