Skip to content

Commit

Permalink
Cleanup, wiring submission
Browse files Browse the repository at this point in the history
  • Loading branch information
irjudson committed Aug 7, 2013
2 parents 5289cce + 141e74e commit df5387e
Show file tree
Hide file tree
Showing 15 changed files with 502 additions and 84 deletions.
8 changes: 8 additions & 0 deletions codalab/apps/common/context_processors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from django.conf import settings

def app_version_proc(request):
"A context processor that provides 'app_version'."
print "Running context processor: " + settings.CODALAB_VERSION
return {
'app_version': settings.CODALAB_VERSION
}
Loading

0 comments on commit df5387e

Please sign in to comment.