urls.py
changeset 28 4dfcc826b241
parent 27 1ce8241a9628
child 34 ee00b42e802f
--- a/urls.py	Fri Jan 07 11:11:53 2011 +0530
+++ b/urls.py	Fri Jan 07 11:19:36 2011 +0530
@@ -22,6 +22,6 @@
     url(r'^accounts/register/$', register,
         {'form_class': CustomRegistrationForm},
         name='registration_register'),
-
+    (r'^accounts/profile/', include('pytask.profile.urls')),
     (r'^accounts/', include('registration.urls')),
 )