thirdparty/google_appengine/lib/django/examples/urls.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 00:45:30 +0000
changeset 224 35bf48c27eb6
parent 109 620f9b141567
permissions -rwxr-xr-x
Hide PolyModel inheritance_line bookkeeping property from the User Profile form.

from django.conf.urls.defaults import *

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