Author: ubernostrum
Date: 2008-09-02 23:43:57 -0500 (Tue, 02 Sep 2008)
New Revision: 8906

Modified:
   django/trunk/docs/intro/tutorial02.txt
Log:
Fixed #8811: Corrected URL example in tutorial part 2

Modified: django/trunk/docs/intro/tutorial02.txt
===================================================================
--- django/trunk/docs/intro/tutorial02.txt      2008-09-03 04:42:49 UTC (rev 
8905)
+++ django/trunk/docs/intro/tutorial02.txt      2008-09-03 04:43:57 UTC (rev 
8906)
@@ -50,7 +50,7 @@
 
           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:


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to