From a7237aaface05fc332a19475bcc27df056eaca9a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 18 Jul 2005 20:43:57 +0000 Subject: Fixed #71 -- Changed default admin base_site template to use example.com instead of mysite.com. Thanks, pb@e-scribe.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@183 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial02.txt') diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt index 114ba41aac..accf88abee 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -443,7 +443,7 @@ think they should. Customize the admin look and feel ================================= -Clearly having "Django administration" and "mysite.com" at the top of each +Clearly having "Django administration" and "example.com" at the top of each admin page is ridiculous. It's just placeholder text. That's easy to change, though, using Django's template system. -- cgit v1.3