From 3875c317e81ce85be062e8b29d7dac7c8568e2ab Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 7 Feb 2008 17:51:00 +0100 Subject: [PATCH] * Add the tools app to the list of apps. --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index 7b4a4a6..8d7bd13 100644 --- a/settings.py +++ b/settings.py @@ -87,6 +87,7 @@ INSTALLED_APPS = ( 'ee.events', 'ee.influences', 'ee.base', + 'ee.tools', ) TEMPLATE_CONTEXT_PROCESSORS = ( -- 2.30.2