thirdparty/google_appengine/lib/django/examples/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 01 Oct 2008 19:15:20 +0000
changeset 247 4997b54b0400
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed typo in DEF_CREATE_NEW_DOC_MSG.

from django.conf.urls.defaults import *

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