thirdparty/google_appengine/lib/django/examples/urls.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 31 Jul 2009 18:29:09 +0200
changeset 2698 5783338b2c8d
parent 109 620f9b141567
permissions -rwxr-xr-x
Edited the role form to clarify the intention of the checkbox+marker.

from django.conf.urls.defaults import *

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