From 7c47c84aea9196fdbe76b2d905774f81cffea112 Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Fri, 7 Jan 2011 11:19:36 +0530 Subject: Created a view for viewing profile --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 42f70d5..b22d165 100755 --- a/urls.py +++ b/urls.py @@ -22,6 +22,6 @@ urlpatterns = patterns('', url(r'^accounts/register/$', register, {'form_class': CustomRegistrationForm}, name='registration_register'), - + (r'^accounts/profile/', include('pytask.profile.urls')), (r'^accounts/', include('registration.urls')), ) -- cgit