Added google analytics and app_version to the new template context

This commit is contained in:
Felipe Martín 2013-05-24 12:21:32 +02:00
parent e92e43bd32
commit 71411af9bf
1 changed files with 5 additions and 0 deletions

View File

@ -88,3 +88,8 @@ LOGGING = {
},
},
}
TEMPLATE_CONTEXT = [
('google_analytics', 'UA-41178753-1'),
('app_version', environ['APP_VERSION']),
]