thirdparty/google_appengine/lib/django/examples/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 17 Nov 2008 00:01:59 +0000
changeset 497 73666a7cd718
parent 109 620f9b141567
permissions -rwxr-xr-x
Added a default _editSeed method Also added the invite shortcut in the host view.

from django.conf.urls.defaults import *

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