Add appversion app for displaying the version running on a server

This commit is contained in:
Trever Fischer
2012-02-25 12:14:42 -05:00
parent 1bc8bb3419
commit a640368594
4 changed files with 9 additions and 2 deletions

View File

@@ -167,7 +167,8 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.messages.context_processors.messages",
"profiles.context.random_quote",
"profiles.context.login_form",
"minecraft.context.server_info"
"minecraft.context.server_info",
"appversion.context.git_version"
)
LOGIN_URL = '/profiles/login'