On Oct 4, 2005, at 3:20 PM, JKR wrote:
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.

There should be a link in your admin template; if not go to http:// your-admin.site/doc/ for that info.

Jacob

Reply via email to