Index: django/conf/project_template/urls.py
===================================================================
--- django/conf/project_template/urls.py	(revision 8538)
+++ django/conf/project_template/urls.py	(working copy)
@@ -8,7 +8,7 @@
     # Example:
     # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
 
-    # Uncomment the next line to enable admin documentation:
+    # Uncomment the next line and add 'django.contrib.admindocs' to INSTALLED_APPS to enable admin documentation:
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
     # Uncomment the next line to enable the admin:
Index: docs/intro/tutorial02.txt
===================================================================
--- docs/intro/tutorial02.txt	(revision 8538)
+++ docs/intro/tutorial02.txt	(working copy)
@@ -52,7 +52,7 @@
               # Example:
               # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
 
-              # Uncomment the next line to enable admin documentation:
+              # Uncomment the next line and add 'django.contrib.admindocs' to INSTALLED_APPS to enable admin documentation:
               # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
               # Uncomment the next line for to enable the admin:
