From e565a6b73b70f670335c4a095992eab26a1bfbf9 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Thu, 2 Jul 2009 20:43:18 +0100 Subject: [svn] Renaming troggle.expo to troggle.core. To do this, used: perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple) --- core/context.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/context.py (limited to 'core/context.py') diff --git a/core/context.py b/core/context.py new file mode 100644 index 0000000..a77de49 --- /dev/null +++ b/core/context.py @@ -0,0 +1,5 @@ +from django.conf import settings +from core.models import Expedition + +def troggle_context(request): + return { 'settings':settings, 'Expedition':Expedition } \ No newline at end of file -- cgit v1.2.3