Mercurial
Mercurial
>
jocondelab
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/jocondelab/context_processors.py
changeset 0
4095911a7830
child 334
169b7cfd1f58
equal
deleted
inserted
replaced
-1:000000000000
0:4095911a7830
1
from . import get_version
2
3
def version(request):
4
return { 'VERSION': get_version() }
5