diff --git a/lms/envs/common.py b/lms/envs/common.py index 0c8f58b4a4..1ba8f86632 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -1887,7 +1887,10 @@ INSTALLED_APPS = ( 'sekizai', #'wiki.plugins.attachments', 'wiki.plugins.links', - 'wiki.plugins.notifications', + # Notifications were enabled, but only 11 people used it in three years. It + # got tangled up during the Django 1.8 migration, so we are disabling it. + # See TNL-3783 for details. + #'wiki.plugins.notifications', 'course_wiki.plugins.markdownedx', # Foldit integration