summaryrefslogtreecommitdiffstats
path: root/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'context.py')
-rw-r--r--context.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/context.py b/context.py
deleted file mode 100644
index f420b154..00000000
--- a/context.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from django.conf import settings
-def application_settings(context):
- return {
- 'APP_TITLE' : settings.APP_TITLE,
- 'APP_URL' : settings.APP_URL,
- 'APP_KEYWORDS' : settings.APP_KEYWORDS,
- 'APP_DESCRIPTION' : settings.APP_DESCRIPTION,
- 'APP_INTRO' : settings.APP_INTRO
- }