thirdparty/google_appengine/lib/django/examples/urls.py
author Mario Ferraro <fadinlight@gmail.com>
Sat, 01 Aug 2009 12:31:05 +0100
changeset 2700 40cf7eaa032e
parent 109 620f9b141567
permissions -rwxr-xr-x
Role name for mentors now correctly shown in map's infoWindows.

from django.conf.urls.defaults import *

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