Skip to content

Commit

Permalink
move include to development.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Sep 11, 2015
1 parent 0a07e38 commit 20edb43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cnxpublishing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main(global_config, **settings):

config.scan(ignore='cnxpublishing.tests')

config.include('cnxpublishingbuilds')
#config.include('cnxpublishingbuilds')
return config.make_wsgi_app()


Expand Down
2 changes: 2 additions & 0 deletions development.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pyramid.debug_routematch = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_sawing
cnx-transforms
cnx-publishing-builds

pyramid_sawing.file = %(here)s/logging.yaml
pyramid_sawing.transit_logging.enabled? = yes
Expand Down

0 comments on commit 20edb43

Please sign in to comment.