Author: jacob
Date: 2008-09-02 11:52:42 -0500 (Tue, 02 Sep 2008)
New Revision: 8859
Modified:
django/trunk/django/conf/project_template/urls.py
django/trunk/docs/intro/tutorial02.txt
Log:
Fixed #8496: added a note about admindocs to the project template and the
tutorial. Thanks, ericvw.
Modified: django/trunk/django/conf/project_template/urls.py
===================================================================
--- django/trunk/django/conf/project_template/urls.py 2008-09-02 16:47:45 UTC
(rev 8858)
+++ django/trunk/django/conf/project_template/urls.py 2008-09-02 16:52:42 UTC
(rev 8859)
@@ -8,7 +8,8 @@
# Example:
# (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
- # Uncomment the next line to enable admin documentation:
+ # Uncomment the admin/doc line below 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:
Modified: django/trunk/docs/intro/tutorial02.txt
===================================================================
--- django/trunk/docs/intro/tutorial02.txt 2008-09-02 16:47:45 UTC (rev
8858)
+++ django/trunk/docs/intro/tutorial02.txt 2008-09-02 16:52:42 UTC (rev
8859)
@@ -52,7 +52,8 @@
# Example:
# (r'^{{ project_name }}/', include('{{ project_name
}}.foo.urls')),
- # Uncomment the next line to enable admin documentation:
+ # Uncomment the admin/doc line below 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:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---