Show More
@@ -85,4 +85,6 b' def includeme(config):' | |||||
85 | config.add_route( |
|
85 | config.add_route( | |
86 | name='channelstream_proxy', |
|
86 | name='channelstream_proxy', | |
87 | pattern=settings.get('channelstream.proxy_path') or '/_channelstream') |
|
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 |
|
NO CONTENT: file renamed from rhodecode/channelstream/views.py to rhodecode/apps/channelstream/views.py |
@@ -278,12 +278,12 b' def includeme(config):' | |||||
278 | config.include('pyramid_mako') |
|
278 | config.include('pyramid_mako') | |
279 | config.include('pyramid_beaker') |
|
279 | config.include('pyramid_beaker') | |
280 |
|
280 | |||
281 | config.include('rhodecode.channelstream') |
|
|||
282 | config.include('rhodecode.authentication') |
|
281 | config.include('rhodecode.authentication') | |
283 | config.include('rhodecode.integrations') |
|
282 | config.include('rhodecode.integrations') | |
284 |
|
283 | |||
285 | # apps |
|
284 | # apps | |
286 | config.include('rhodecode.apps.admin') |
|
285 | config.include('rhodecode.apps.admin') | |
|
286 | config.include('rhodecode.apps.channelstream') | |||
287 | config.include('rhodecode.apps.login') |
|
287 | config.include('rhodecode.apps.login') | |
288 | config.include('rhodecode.apps.user_profile') |
|
288 | config.include('rhodecode.apps.user_profile') | |
289 |
|
289 |
General Comments 0
You need to be logged in to leave comments.
Login now