- dependencies: bumped: -setuptools-scm==1.15.6 -celery==4.1.0 -kombu==4.1.0 -pytz==2017.3 -Routes==2.4.1 Removed all pylons components. Refactored the code to use only pyramid parts
8 lines
248 B
Mako
8 lines
248 B
Mako
|
|
% for plugin, config in getattr(request.registry, 'rhodecode_plugins', {}).items():
|
|
<% tmpl = config['template_hooks'].get('plugin_init_template') %>
|
|
|
|
% if tmpl:
|
|
<%include file="${tmpl}" args="config=config"/>
|
|
% endif
|
|
% endfor
|