Mercurial > nosedjango
comparison examples/project/zoo/urls.py @ 8:a82369f2574e
http client tests
author | Victor Ng <victor@monkeybean.ca> |
---|---|
date | Thu, 28 Aug 2008 12:42:31 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:dfba3a3a4343 | 8:a82369f2574e |
---|---|
1 from django.conf.urls.defaults import * | |
2 | |
3 # Uncomment the next two lines to enable the admin: | |
4 # from django.contrib import admin | |
5 # admin.autodiscover() | |
6 | |
7 urlpatterns = patterns('project.zoo.views', | |
8 # Example: | |
9 (r'^$', 'index'), | |
10 ) |