Gramps Version number now includes svn
svn: r21050
This commit is contained in:
parent
dd296535de
commit
cc62366d42
@ -59,14 +59,15 @@ from django.utils import simplejson
|
|||||||
# Gramps Modules
|
# Gramps Modules
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
from gramps.gen.const import VERSION
|
||||||
|
|
||||||
|
# Gramps-connect imports:
|
||||||
import gramps.webapp
|
import gramps.webapp
|
||||||
from gramps.webapp.utils import _, build_args
|
from gramps.webapp.utils import _, build_args
|
||||||
from gramps.webapp.grampsdb.models import *
|
from gramps.webapp.grampsdb.models import *
|
||||||
from gramps.webapp.grampsdb.view import *
|
from gramps.webapp.grampsdb.view import *
|
||||||
from gramps.webapp.dbdjango import DbDjango
|
from gramps.webapp.dbdjango import DbDjango
|
||||||
import gramps.cli.user
|
import gramps.cli.user
|
||||||
from gramps.gen.const import VERSION_TUPLE
|
|
||||||
from gramps.gen.svn_revision import get_svn_revision
|
|
||||||
|
|
||||||
# Menu: (<Nice name>, /<path>/, <Model> | None, Need authentication )
|
# Menu: (<Nice name>, /<path>/, <Model> | None, Need authentication )
|
||||||
MENU = [
|
MENU = [
|
||||||
@ -101,7 +102,7 @@ def context_processor(request):
|
|||||||
else:
|
else:
|
||||||
context["css_theme"] = "Web_Mainz.css"
|
context["css_theme"] = "Web_Mainz.css"
|
||||||
# Other things for all environments:
|
# Other things for all environments:
|
||||||
context["gramps_version"] = ".".join([str(v) for v in VERSION_TUPLE]) + " " + get_svn_revision()
|
context["gramps_version"] = VERSION
|
||||||
context["views"] = VIEWS
|
context["views"] = VIEWS
|
||||||
context["menu"] = MENU
|
context["menu"] = MENU
|
||||||
context["None"] = None
|
context["None"] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user