summaryrefslogtreecommitdiffstats
path: root/core/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/context.py')
-rw-r--r--core/context.py5
1 files changed, 5 insertions, 0 deletions
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