From ea3013f4f3a1013c1c4f28c3b06f6534374911d3 Mon Sep 17 00:00:00 2001 From: Rick Ross Date: Sat, 16 Jan 2010 17:45:16 -0500 Subject: added a short name setting for the app and modified the default about page to use it --- context.py | 1 + 1 file changed, 1 insertion(+) (limited to 'context.py') diff --git a/context.py b/context.py index 26d326a7..ca6ca163 100644 --- a/context.py +++ b/context.py @@ -2,6 +2,7 @@ from django.conf import settings def application_settings(context): my_settings = { 'APP_TITLE' : settings.APP_TITLE, + 'APP_SHORT_NAME' : settings.APP_SHORT_NAME, 'APP_URL' : settings.APP_URL, 'APP_KEYWORDS' : settings.APP_KEYWORDS, 'APP_DESCRIPTION' : settings.APP_DESCRIPTION, -- cgit v1.2.3-1-g7c22