diff options
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/demo_urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/demo_urls.py b/testapp/templates/demo_urls.py index 4308eba..da8bc2b 100644 --- a/testapp/templates/demo_urls.py +++ b/testapp/templates/demo_urls.py @@ -9,5 +9,5 @@ urlpatterns = patterns('', # url(r'^blog/', include('blog.urls')), url(r'^admin/', include(admin.site.urls)), - url(r'^exam/', include('testapp.yaksh_app.urls')), + url(r'^exam/', include('testapp.yaksh.urls')), ) |