thirdparty/google_appengine/lib/django/examples/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 20 Nov 2008 15:41:14 +0000
changeset 507 3603fdafabf7
parent 109 620f9b141567
permissions -rwxr-xr-x
Fold the _rights dictionary into params

from django.conf.urls.defaults import *

urlpatterns = patterns('',
    (r'^$', 'examples.views.index'),
    (r'^hello/', include('examples.hello.urls')),
)