I've rebranded this blog, in case you haven't noticed. It's now the 204 No Content blog, named after an HTTP status code, and fitting to what you're likely to find here.
No particular reason, I just was kind of bored, and I'm enjoying being able to actually finish things now that school's out. So I picked a name, rewrote my templates, added some styles and committed everything.
I also took the chance to update Django and finally add in caching. Nothing broke, I'm impressed. I actually only cached one view, the blog index view. I haven't divided things up into a per-month page or anything; all my posts are listed on the blog index. As you can imagine, fetching every blog post is kind of expensive on the database, so I cached that one view, and fairly aggressively: it should stay cached for roughly half an hour.
In fact, that's the main reason for this post; I want to test the caching. Bye now!
Comments
8 spam comments omitted.
I am no longer accepting new comments.