From 0b059aa4eadc1d95ceca3a32821b65a9fb2a53e8 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Tue, 24 Oct 2006 07:49:37 +0000 Subject: sqlalchemy: Merged revisions 3832 to 3917 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3918 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 bc1717e67c..06cde251e5 100644 --- a/docs/tutorial02.txt +++ b/docs/tutorial02.txt @@ -377,7 +377,7 @@ By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell Django where our templates live:: TEMPLATE_DIRS = ( - "/home/mytemplates", # Change this to your own directory. + "/home/my_username/mytemplates", # Change this to your own directory. ) Now copy the template ``admin/base_site.html`` from within the default Django -- cgit v1.3