Re: Built-in Template Reference in Admin

2009-01-19 Thread Malcolm Tredinnick
On Mon, 2009-01-19 at 20:46 -0800, Kerr wrote: > Hi all, I'm reading through the Django book online and am currently on > chapter 10. http://djangobook.com/en/1.0/chapter10/ > > Near the end it mentions a built-in template reference available from > the admin interface, which contains info for a

Re: Built-in Template Reference in Admin

2009-01-19 Thread Karen Tracey
On Mon, Jan 19, 2009 at 11:46 PM, Kerr wrote: > > Hi all, I'm reading through the Django book online and am currently on > chapter 10. http://djangobook.com/en/1.0/chapter10/ > > Near the end it mentions a built-in template reference available from > the admin interface, which contains info for

Built-in Template Reference in Admin

2009-01-19 Thread Kerr
Hi all, I'm reading through the Django book online and am currently on chapter 10. http://djangobook.com/en/1.0/chapter10/ Near the end it mentions a built-in template reference available from the admin interface, which contains info for all tags and filters available for a given site. In parti