Django doesn't do any magic management of public site navigation (unless you use it to build an app that does).
See this section of the template documentation for an overview of block tags and template inheritance:
http://www.djangoproject.com/documentation/templates/#template-inheritance
Cheers,
Wilson
On 11/16/05, stava <[EMAIL PROTECTED]> wrote:
Hi all,
does anyone now how to use the {% block nav-global %} tag in
admin/base_site.html? I'm looking to get a nice main menu bar kinda'
thing like on the django site, but I'm not experienced (clever) enough
to figure it out.
/stava

