Re: Generate a simple news archive list?

2008-12-10 Thread David Lindquist
Perfect! I can't believe I overlooked that in the documentation. Thanks Brian On Dec 10, 2:15 pm, Brian Neal <[EMAIL PROTECTED]> wrote: > On Dec 10, 2:31 pm, David Lindquist <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > I am building a simple news app for my employer's website. I am using > >

Re: Generate a simple news archive list?

2008-12-10 Thread Brian Neal
On Dec 10, 2:31 pm, David Lindquist <[EMAIL PROTECTED]> wrote: > Hello, > I am building a simple news app for my employer's website. I am using > Django's date-based generic views for the various pages. I want to > have a sidebar listing the archive by year and month like this: > > 2008 > > -

Generate a simple news archive list?

2008-12-10 Thread David Lindquist
Hello, I am building a simple news app for my employer's website. I am using Django's date-based generic views for the various pages. I want to have a sidebar listing the archive by year and month like this: 2008 - November - December 2009 - January with each item linking to its view (year,