Adventures in Django – Comments and more
I was home sick from work today, so once I felt well enough to crawl out of bed and sit in front of the computer, I decided to catch up a bit more on my Django.
Quick-n-Easy Comments
First thing I did was to replace the commenting system I’d created for my blog-app-in-progress with the commenting framework that comes for “free” with Django. It’s not as fully featured as I might like, but it’s got some pretty nifty options, and is fairly easy to set up. I figured I’d rather know how to use this than re-implement comments any time I …