thirdparty/google_appengine/lib/django/examples/urls.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 00:53:42 +0200
changeset 2616 9321e100a7fb
parent 109 620f9b141567
permissions -rwxr-xr-x
Added buttons to start tasks to GradingSurveyGroup Record view. Also fixed an error in the GradingRecord row template.

from django.conf.urls.defaults import *

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