Re: Using offset and limit to produce a blog archive

2006-06-20 Thread Scott Anderson
You should find what you're looking for here: http://www.djangoproject.com/documentation/url_dispatch/#example Regards, -scott On Tue, 2006-06-20 at 12:18 +, [EMAIL PROTECTED] wrote: > Hi All, > > I'm in the process of learning Django by example - creating a blog > application. > SO, I

Using offset and limit to produce a blog archive

2006-06-20 Thread [EMAIL PROTECTED]
Hi All, I'm in the process of learning Django by example - creating a blog application. SO, I have my blog up and running using the date based generics but would like to limit the number of posts that appear in the main archive (/path/to/site/blog/) to 10, which i've done in the urls.py like so: