diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-09-03 04:43:57 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-09-03 04:43:57 +0000 |
| commit | aea34087ef45b49945159101b77a161c4aa91ec7 (patch) | |
| tree | 393c0009ef115d8f929161272dd02c53355d49e5 /docs/intro/tutorial02.txt | |
| parent | a92d511a17e2ff2069d96649775569383d983e59 (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.txt | 2 |
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: |
