comparison 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
comparison
equal deleted inserted replaced
7:dfba3a3a4343 8:a82369f2574e
4 # from django.contrib import admin 4 # from django.contrib import admin
5 # admin.autodiscover() 5 # admin.autodiscover()
6 6
7 urlpatterns = patterns('', 7 urlpatterns = patterns('',
8 # Example: 8 # Example:
9 # (r'^p1/', include('p1.foo.urls')), 9 (r'^zoo/', include('project.zoo.urls')),
10 10
11 # Uncomment the next line to enable admin documentation: 11 # Uncomment the next line to enable admin documentation:
12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
13 13
14 # Uncomment the next line for to enable the admin: 14 # Uncomment the next line for to enable the admin: