TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

12 pointsby palewireabout 13 years ago
A set of helpers for baking out your Django site as flat files.

2 comments

mtigasabout 13 years ago
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 未加载
palewireabout 13 years ago
Any criticism or feedback is appreciated. Thanks.
评论 #3706174 未加载