From: Stephen Finucane Date: Mon, 21 Mar 2016 16:09:35 +0000 (+0000) Subject: settings: Enable the 'message' application X-Git-Tag: v2.0.0-rc1~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7e252bf6aac95350bdf50b02e82651f82f5bf7;p=thirdparty%2Fpatchwork.git 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 Tested-by: Andy Doan --- diff --git a/patchwork/settings/base.py b/patchwork/settings/base.py index 1bdcff99..7150e214 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',