Updates to the Blog Code
I've made some updates to the software that runs this blog. A few changes that make for good reasons to update:
-
The subtitle block no long adds the <h2> tag. You'll need to adjust your
blog.htmlto put tags around the subtitle block. -
Fixed the way it references your settings. I'm now doing it correctly by writing
from django.conf import settings. - Some minor other cleanup.
Share and Enjoy.
Yet More Blog Upgrades
Well I've added a few more improvements to the blog software.
- Drafts can now be viewed on a login restricted url.
-
The
READMEfile now has details of template tags, an exampleblog.html, and the CSS used. - Improved doc strings so you can read template tag info in the admin.
There are other things I'd like to see, but this works well for now.

