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