Hi Mirto,

On Oct 9, 9:04 am, Mirto Silvio Busico <[EMAIL PROTECTED]> wrote:
> I'm confused because the admin app seems unaware of living inside a
> project that is inside an apache site: the home link always point to the
> first admin app page

The admin breadcrumbs are never aware of anything outside the admin,
and that is by design.  In order to change that you'll need to do
quite a bit of poking around in the admin templates, override the
proper block(s) and do your own breadcrumb logic.

> In the myappX pages (tacking the breadcrumbs block from the base.html of
> the admin app) the construted breadcrumbs contain always 2 entries: an
> Home (pointing to / - so the apache site) an a not acrive entry with the
> page name.

The breadcrumbs for your own apps should not involve pulling anything
from the admin.  Just put the top two breadcrumbs (/ and /mysite) in
your site-wide base.html, then pull that into your app templates using
{{ block.super }} and append the app-specific breadcrumbs.

Carl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to