comparison rhodecode/__init__.py @ 1756:60a00fd76d58 beta

UI !
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 05 Dec 2011 03:31:23 +0200
parents 64e91067b996
children f551007ce085
comparison
equal deleted inserted replaced
1755:1088ded6e602 1756:60a00fd76d58
50 50
51 return '.'.join((str(each) for each in VERSION[:3])) 51 return '.'.join((str(each) for each in VERSION[:3]))
52 52
53 BACKENDS = { 53 BACKENDS = {
54 'hg': 'Mercurial repository', 54 'hg': 'Mercurial repository',
55 #'git': 'Git repository', 55 'git': 'Git repository',
56 } 56 }
57 57
58 CELERY_ON = False 58 CELERY_ON = False
59 59
60 # link to config for pylons 60 # link to config for pylons