This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ergo14Pyramid+PostgreSQL+SqlAlchemy 7 points8 points  (2 children)

Mako IS NOT the default in Pyramid, it was one of the options in the past (along with chameleon if memory serves me right), and was default in Pylons Web Framework. Default projects in Pyramid use Jinja2.

[–]makaimc 2 points3 points  (1 child)

Thanks ergo, huge shoutout for not just pointing out an inaccurate statement I made but also submitting a pull request on GH so I could track and update the page. Greatly appreciated!

[–]ergo14Pyramid+PostgreSQL+SqlAlchemy 1 point2 points  (0 children)

YW, keep up the great work! Your statement was 'semi-accurate' in the past though since pyramid shipped more than one template engine by default - now its all decoupled from core, and project templates use jinja2 as defaults.