##// END OF EJS Templates
channelstream: move into apps
marcink -
r1504:b95a0f4c default
parent child Browse files
Show More
@@ -85,4 +85,6 b' def includeme(config):'
85 85 config.add_route(
86 86 name='channelstream_proxy',
87 87 pattern=settings.get('channelstream.proxy_path') or '/_channelstream')
88 config.scan('rhodecode.channelstream')
88
89 # Scan module for configuration decorators.
90 config.scan()
1 NO CONTENT: file renamed from rhodecode/channelstream/views.py to rhodecode/apps/channelstream/views.py
@@ -278,12 +278,12 b' def includeme(config):'
278 278 config.include('pyramid_mako')
279 279 config.include('pyramid_beaker')
280 280
281 config.include('rhodecode.channelstream')
282 281 config.include('rhodecode.authentication')
283 282 config.include('rhodecode.integrations')
284 283
285 284 # apps
286 285 config.include('rhodecode.apps.admin')
286 config.include('rhodecode.apps.channelstream')
287 287 config.include('rhodecode.apps.login')
288 288 config.include('rhodecode.apps.user_profile')
289 289
General Comments 0
You need to be logged in to leave comments. Login now