[PATCH 10/15] settings: Enable the 'message' application

Stephen Finucane stephen.finucane at intel.com
Fri Mar 25 04:52:55 AEDT 2016


Most of the configuration is already done: only the application itself
needs to be enabled.

Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
 patchwork/settings/base.py | 1 +
 1 file changed, 1 insertion(+)

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',
-- 
2.0.0



More information about the Patchwork mailing list