diff examples/project/urls.py @ 8:a82369f2574e

http client tests
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 12:42:31 -0400
parents 8d0793b2358b
children
line wrap: on
line diff
--- a/examples/project/urls.py	Thu Aug 28 12:04:55 2008 -0400
+++ b/examples/project/urls.py	Thu Aug 28 12:42:31 2008 -0400
@@ -6,7 +6,7 @@
 
 urlpatterns = patterns('',
     # Example:
-    # (r'^p1/', include('p1.foo.urls')),
+    (r'^zoo/', include('project.zoo.urls')),
 
     # Uncomment the next line to enable admin documentation:
     # (r'^admin/doc/', include('django.contrib.admindocs.urls')),