]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
settings: Enable the 'message' application
authorStephen Finucane <stephen.finucane@intel.com>
Mon, 21 Mar 2016 16:09:35 +0000 (16:09 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 25 Mar 2016 11:25:06 +0000 (11:25 +0000)
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>
patchwork/settings/base.py

index 1bdcff99caa6d495d1be6f37dcbeee5f25557a60..7150e2143b64c4c681d4d5db72577df8ad547ad3 100644 (file)
@@ -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',