repository-groups: use lazy loaded admin dashboard
This commit is contained in:
parent
8920170d1d
commit
5ac3be4f4e
10 changed files with 364 additions and 52 deletions
|
|
@ -45,7 +45,7 @@ PYRAMID_SETTINGS = {}
|
|||
EXTENSIONS = {}
|
||||
|
||||
__version__ = ('.'.join((str(each) for each in VERSION[:3])))
|
||||
__dbversion__ = 95 # defines current db version for migrations
|
||||
__dbversion__ = 97 # defines current db version for migrations
|
||||
__platform__ = platform.system()
|
||||
__license__ = 'AGPLv3, and Commercial License'
|
||||
__author__ = 'RhodeCode GmbH'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue