Archive
As you can see, I have a weak little archive implementation up as of now. I was unfortunately led on a bit of a goose chase.
You see, my original inclination was to simply implement the archive programmatically (for lack of a better term) in the view for my root page. After a few lines of code I figured, Django has got to have a neat little automagic way to do this; just like with comments. After consulting a few different sources it seemed that generic views were the recommended solution. After creating generics for the year/month/day archives ...
[more]0 Comment(s)