|
|
@@ -4,8 +4,8 @@ from django.contrib import admin
|
|
|
admin.autodiscover()
|
|
|
|
|
|
urlpatterns = patterns('',
|
|
|
- url(r'^$', 'pyc.grader.views.index', name='index'),
|
|
|
- # url(r'^pyc/', include('pyc.foo.urls')),
|
|
|
+ url(r'^$', 'grader.views.index', name='index'),
|
|
|
+ url(r'^lab/(?P<lab_id>\d+)/$', 'grader.views.lab'),
|
|
|
|
|
|
# Uncomment the admin/doc line below to enable admin documentation:
|
|
|
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|