summaryrefslogtreecommitdiffstats
path: root/expo/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'expo/context.py')
-rw-r--r--expo/context.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/expo/context.py b/expo/context.py
new file mode 100644
index 0000000..06215ce
--- /dev/null
+++ b/expo/context.py
@@ -0,0 +1,4 @@
+from django.conf import settings
+
+def settings_context(request):
+ return { 'settings':settings } \ No newline at end of file