Skip to content

Commit

Permalink
Fixed #8811: Corrected URL example in tutorial part 2
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Sep 3, 2008
1 parent a92d511 commit aea3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial02.txt
Expand Up @@ -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:
Expand Down

0 comments on commit aea3408

Please sign in to comment.