Add redirects.
[wolnelektury.git] / src / wolnelektury / settings / apps.py
index 81756be..413504d 100644 (file)
@@ -6,6 +6,7 @@ INSTALLED_APPS_OUR = [
     'wolnelektury',
     # our
     'ajaxable',
+    'annoy',
     'api',
     'catalogue',
     'chunks',
@@ -34,6 +35,7 @@ INSTALLED_APPS_OUR = [
     'paypal',
     'push',
     'club.apps.ClubConfig',
+    'redirects.apps.RedirectsConfig',
 ]
 
 INSTALLED_APPS_CONTRIB = [