Skip to content
Snippets Groups Projects
Commit b863a33b authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Properly enabling messaging framework

Unsure why messaging app was not enabled; it's needed for
posting flash messages about contacts and notifications.
parent 0ceacecd
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,7 @@ TEMPLATES = [
'django.template.context_processors.i18n',
'django.template.context_processors.media',
'django.template.context_processors.static',
'django.contrib.messages.context_processors.messages',
# Extra additions
'django.template.context_processors.request',
'events.context_processors.LigoAuthContext',
......@@ -276,6 +277,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
# 'django.contrib.sites',
'django.contrib.staticfiles',
'django.contrib.messages',
'maintenance_mode',
'events',
'userprofile',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment