Mercurial
Mercurial
>
hdabo
/ file revision
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/hdalab/context_processors.py
author
rougeronj
Fri, 09 Jan 2015 16:09:23 +0100
changeset 424
33a1260273bc
parent 394
4911075b6000
permissions
-rw-r--r--
Close #55 - on Login success set username, add the user to project if not done yet
import
hdalab
def
version
(
request
):
return
{
'VERSION'
:
hdalab
.
get_version
()
}