Author: brosner
Date: 2008-08-18 08:52:26 -0500 (Mon, 18 Aug 2008)
New Revision: 8432

Modified:
   django/trunk/django/conf/project_template/urls.py
Log:
Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramiro 
for the patch.

Modified: django/trunk/django/conf/project_template/urls.py
===================================================================
--- django/trunk/django/conf/project_template/urls.py   2008-08-18 02:59:25 UTC 
(rev 8431)
+++ django/trunk/django/conf/project_template/urls.py   2008-08-18 13:52:26 UTC 
(rev 8432)
@@ -11,6 +11,6 @@
     # Uncomment the next line to enable admin documentation:
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
-    # Uncomment the next line for to enable the admin:
+    # Uncomment the next line to enable the admin:
     # (r'^admin/(.*)', admin.site.root),
 )


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