pytask/urls.py
changeset 340 0f9d485609ac
parent 334 3e0636969095
child 363 9b0812962133
--- a/pytask/urls.py	Sat Jan 08 22:49:48 2011 +0530
+++ b/pytask/urls.py	Sat Jan 08 22:57:30 2011 +0530
@@ -32,5 +32,5 @@
 
     (r'^accounts/', include('registration.urls')),
     (r'^profile/', include('pytask.profile.urls')),
-    (r'^task/', include('pytask.task.urls')),
+    (r'^task/', include('pytask.taskapp.urls')),
 )