瀏覽代碼

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
James Bennett 16 年之前
父節點
當前提交
aea34087ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/intro/tutorial02.txt

+ 1 - 1
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: