Changes between Initial Version and Version 1 of Ticket #23587


Ignore:
Timestamp:
Oct 2, 2014, 5:58:27 PM (10 years ago)
Author:
Pyrrhicv
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23587 – Description

    initial v1  
    1 In Django 1.7 (1.6 is the same) Tutorial 2 - Section: "Customizing your project’s templates" At approximately para. it reads:
     1In Django 1.7 (1.6 is the same) Tutorial 2 - Section: "Customizing your project’s templates" At approximately para. #5it reads:
    22
    33'''Then, just edit the file and replace {{ site_header|default:_('Django administration') }} with your own site’s name as you see fit, e.g. {{ _('Polls administration') }}. We use this approach to teach you how to override templates. In an actual project, you would probably use the django.contrib.admin.AdminSite.site_header attribute to more easily make this particular customization.
Back to Top