Ticket #8350: tutorial02_fixed_patch.diff
File tutorial02_fixed_patch.diff, 669 bytes (added by , 16 years ago) |
---|
-
.txt
old new 443 443 The template to customize is ``admin/index.html``. (Do the same as with 444 444 ``admin/base_site.html`` in the previous section -- copy it from the default 445 445 directory to your custom template directory.) Edit the file, and you'll see it 446 uses a template tag called ``{% get_admin_app_list asapp_list %}``. That's the446 uses a variable called ``{% app_list %}``. That's the 447 447 magic that retrieves every installed Django app. Instead of using that, you can 448 448 hard-code links to object-specific admin pages in whatever way you think is 449 449 best.