Mercurial
Mercurial
>
plan4learning
/ 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/p4l/context_processors.py
author
ymh <ymh.work@gmail.com>
Sat, 28 Sep 2013 02:55:26 +0200
changeset 120
6ec0300b626e
child 126
a345f1a67bf1
permissions
-rw-r--r--
- update django - clear search input - footer
from
p4l
import
get_version
def
version
(
request
):
return
{
'VERSION'
:
get_version
()
}