thirdparty/google_appengine/lib/django/examples/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 22 May 2009 10:08:08 +0200
changeset 2334 6f5f6a9965c6
parent 109 620f9b141567
permissions -rwxr-xr-x
Comment style fix in soc.views.models.organization module.

from django.conf.urls.defaults import *

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