summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-03-21 16:09:35 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-03-25 11:25:06 +0000
commitaa7e252bf6aac95350bdf50b02e82651f82f5bf7 (patch)
treeb0d5e9525ff64b8986536fd8b2cd8ac129bd417b
parent814306b78347d7b1f821542732e523530701f0f9 (diff)
downloadpatchwork-aa7e252bf6aac95350bdf50b02e82651f82f5bf7.tar
patchwork-aa7e252bf6aac95350bdf50b02e82651f82f5bf7.tar.gz
settings: Enable the 'message' application
Most of the configuration is already done: only the application itself needs to be enabled. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com> Tested-by: Andy Doan <andy.doan@linaro.org>
-rw-r--r--patchwork/settings/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/patchwork/settings/base.py b/patchwork/settings/base.py
index 1bdcff9..7150e21 100644
--- a/patchwork/settings/base.py
+++ b/patchwork/settings/base.py
@@ -20,6 +20,7 @@ INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.humanize',
+ 'django.contrib.messages',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',