comparison rhodecode/__init__.py @ 2105:926f55b038bc beta

added initial rc-extension module - possible to store additional mappings for stats - possible to overwrite and add to whoosh index extensions issue #322 - post create repo hook callback - post push/pull hooks callback
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 06 Mar 2012 23:03:10 +0200
parents ac724b7707b1
children 5a1a07567b18
comparison
equal deleted inserted replaced
2104:f21f66abb4f7 2105:926f55b038bc
88 88
89 CELERY_ON = False 89 CELERY_ON = False
90 90
91 # link to config for pylons 91 # link to config for pylons
92 CONFIG = {} 92 CONFIG = {}
93
94 # Linked module for extensions
95 EXTENSIONS = {}