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
This commit is contained in:
James Bennett 2008-09-03 04:43:57 +00:00
parent a92d511a17
commit aea34087ef
1 changed files with 1 additions and 1 deletions

View File

@ -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: