pytask/urls.py
changeset 334 3e0636969095
parent 314 f920dd4599df
child 340 0f9d485609ac
--- a/pytask/urls.py	Sat Jan 08 22:37:31 2011 +0530
+++ b/pytask/urls.py	Sat Jan 08 22:40:19 2011 +0530
@@ -32,4 +32,5 @@
 
     (r'^accounts/', include('registration.urls')),
     (r'^profile/', include('pytask.profile.urls')),
+    (r'^task/', include('pytask.task.urls')),
 )