Hi, In the template guide, there is a statement that referring to feature in administration interface.
""" Because Django can be used to develop any sort of site, the tags, filters and variables available are different depending on the application. To make it easy to figure out what's available in a given site, the admin interface has a complete reference of all the template goodies available to that site. The reference is integrated into the administration interface for your site(s) and is divided into 4 sections: tags, filters, models, and views. """ But it seems like not appearing on my admin interface. Should I do something special to see this. Thanks in advance, Johny