diff -r 6641e941ef1e -r ff1a9aa48cfd app/django/contrib/admindocs/templates/admin_doc/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/django/contrib/admindocs/templates/admin_doc/index.html Tue Oct 14 16:00:59 2008 +0000 @@ -0,0 +1,28 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% block breadcrumbs %}{% endblock %} +{% block title %}Documentation{% endblock %} + +{% block content %} + +

Documentation

+ +
+

Tags

+

List of all the template tags and their functions.

+ +

Filters

+

Filters are actions which can be applied to variables in a template to alter the output.

+ +

Models

+

Models are descriptions of all the objects in the system and their associated fields. Each model has a list of fields which can be accessed as template variables.

+ +

Views

+

Each page on the public site is generated by a view. The view defines which template is used to generate the page and which objects are available to that template.

+ +

Bookmarklets

+

Tools for your browser to quickly access admin functionality.

+
+ +{% endblock %} +