Pylons / pyramid_tutorials

Tutorials for Pyramid
https://docs.pylonsproject.org/projects/pyramid/en/latest/
89 stars 63 forks source link

fixed #44 because pyramid 1.5 now requires config.include('pyramid_chameleon') when #54

Closed GabLeRoux closed 10 years ago

GabLeRoux commented 10 years ago

using pt files

mmerickel commented 10 years ago

it appears to me as if the include needs to occur in the unit tests as well, at least in step 07, due to the use of get_renderer() in the WikiViews.__init__.

Specifically here https://github.com/Pylons/pyramid_tutorials/blob/master/getting_started/07-viewclasses/tutorial/tests.py#L8 and possibly elsewhere.

tseaver commented 10 years ago

Thanks!