Turbogears 2.1 with mako - 丰富的教程
我是一名Python程序员。
对于基于网络的解决方案,我已经开始学习 TG 2.1
总的来说,TG 2.1 官方网站上的文档是一个正在进行的工作。
至于模板,它告诉我们如何进行Genshi。
我想和马可一起去。
浏览了 mako 的文档(它们很好)。
但是,如果我能得到一个解释如何使用 TG 2.1 和 mako 的教程,那就更好了。 (如果有人在这些方面写过文档,这将使我免于重新发明轮子)。
有人可以指出使用 TG 2.1 和 mako 的教程吗? (我用谷歌搜索,但没有找到令人信服的结果)。
谢谢, 维内特。
I am a python programmer.
For web-based solutions, I have started learning TG 2.1
By and large, the documentation on TG 2.1 official site is a work-in-process.
As regards to the templates, it tells how to go about Genshi.
I wish to go with mako.
Gone through the docs of mako (they are good).
But still, it would be better if I can get a tutorial explaining using TG 2.1 with mako.
(It will save me from re-inventing the wheel, if somebody has written docs on these lines).
Can anybody point to a tutorial for using TG 2.1 with mako.?
(I googled, but no convincing result was found).
Thanks,
Vineet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您运行“paster faststart”时,它应该询问您是否要继续使用 genshi 或 mako。如果您选择 make,快速入门将为您设置好一切,您的项目将基于 Mako。
如果您想将 mako 添加到现有项目中以仅使用 mako 渲染一些模板,或者只是出于好奇,您可以查看 http://www.turbogears.org/2.1/docs/main/Templates/Mako.html 查看如何在 TG2 中添加 mako 渲染器并渲染 mako 模板
When you run "paster quickstart" it should ask you if you want to proceed with genshi or mako. If you choose make the quickstart will set everything up for you and your project will be mako based.
If you want to add mako to an existing project to render only some templates with mako or for just for curiosity you can take a look at http://www.turbogears.org/2.1/docs/main/Templates/Mako.html to see how to add the mako renderer and render mako templates in TG2