summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-03 04:43:57 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-03 04:43:57 +0000
commitaea34087ef45b49945159101b77a161c4aa91ec7 (patch)
tree393c0009ef115d8f929161272dd02c53355d49e5 /docs/intro/tutorial02.txt
parenta92d511a17e2ff2069d96649775569383d983e59 (diff)
Fixed #8811: Corrected URL example in tutorial part 2
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 548898e17b..8ce9161854 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -50,7 +50,7 @@ activate the admin site for your installation, do these three things:
urlpatterns = patterns('',
# Example:
- # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
+ # (r'^mysite/', include('mysite.foo.urls')),
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation: