repository-groups: use lazy loaded admin dashboard

This commit is contained in:
Marcin Kuzminski 2019-04-03 23:15:02 +02:00
parent 8920170d1d
commit 5ac3be4f4e
10 changed files with 364 additions and 52 deletions

View file

@ -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'