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..38a268c
--- /dev/null
+++ b/core/context.py
@@ -0,0 +1,5 @@
+from django.conf import settings
+
+
+def config_context(request):
+ return {"config": {"site_name": settings.SITE_NAME}}