Commit aea34087 authored by James Bennett's avatar James Bennett
Browse files

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
parent a92d511a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: