Comment on Generate Static html cache files automatically in djangoComments−imsteve18yGenerating is never the hard part, it's keeping the cache current, pruning it when it gets too big, etc. that's hard. (Ok, I didn't read the article, yet.)−superjared18yHopefully what I created is elegant enough for people to want to use.−imsteve18yyeah it seems simple, that's good. And bypasses the framework, that's very good.
Comments
Generating is never the hard part, it's keeping the cache current, pruning it when it gets too big, etc. that's hard. (Ok, I didn't read the article, yet.)
Hopefully what I created is elegant enough for people to want to use.
yeah it seems simple, that's good. And bypasses the framework, that's very good.