Added task urls to main urls
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 22:40:19 +0530
changeset 334 3e0636969095
parent 333 eb3a191850a1
child 335 c3d5c4fc91ee
Added task urls to main urls
pytask/urls.py
--- 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')),
 )