agdj/blog/views.py
Sun Feb 01 01:35:02 2009 -0500 Switch to date-based URLs everywhere except the feed URLs of old posts, so I don't spam everyone's feedreader.
Sun Feb 01 01:10:45 2009 -0500 Switch from @django_template to the version of @use_template in my dotfiles.
Thu Jul 24 11:07:45 2008 -0400 Add docstrings and reformat some code.
Wed May 21 23:24:37 2008 -0400 Use get_object_or_404, which should mean 404's instead of 500's for unknown blog posts.
Wed May 21 22:28:10 2008 -0400 Admitting that the blog app will never be standalone: move it to a subdirectory of agdj as well.