TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introducing django-bakery, helpers to bake out your site as flat files

12 点作者 palewire大约 13 年前
A set of helpers for baking out your Django site as flat files.

2 条评论

mtigas大约 13 年前
Nice work.<p>I'd tinkered with the same thing and actually came up with <a href="https://github.com/mtigas/django-medusa" rel="nofollow">https://github.com/mtigas/django-medusa</a> but never got it clean/stable enough to talk about (though it now runs my blog to S3 where it's served now). Some of the same ideas, but very different execution of the concept. (Up to the apps to define a `renderer` to generate a list of URLs to render; management command then abuses the test client to fetch each one, which also allows storing header information like content-type when using a backend like S3.)<p>Baking in the build bits as part of the generic class-based views = very cool. Pun intended.
评论 #3699670 未加载
palewire大约 13 年前
Any criticism or feedback is appreciated. Thanks.
评论 #3706174 未加载