Ticket #5097: tutorial02.txt.diff
File tutorial02.txt.diff, 1001 bytes (added by , 17 years ago) |
---|
-
tutorial02.txt
362 362 Customize the admin look and feel 363 363 ================================= 364 364 365 Clearly, having "Django administration" a nd "example.com" at the top of each366 admin page isridiculous. It's just placeholder text.365 Clearly, having "Django administration" at the top of each admin page is 366 ridiculous. It's just placeholder text. 367 367 368 368 That's easy to change, though, using Django's template system. The Django admin 369 369 is powered by Django itself, and its interfaces use Django's own template … … 389 389 ``admin`` subdirectory. 390 390 391 391 Then, just edit the file and replace the generic Django text with your own 392 site's name a nd URL as you see fit.392 site's name as you see fit. 393 393 394 394 Note that any of Django's default admin templates can be overridden. To 395 395 override a template, just do the same thing you did with ``base_site.html`` --