urls.py
changeset 26 8c2376baee94
parent 21 3efb40900b87
child 27 1ce8241a9628
--- a/urls.py	Fri Jan 07 11:00:22 2011 +0530
+++ b/urls.py	Fri Jan 07 11:07:21 2011 +0530
@@ -21,4 +21,6 @@
     url(r'^accounts/register/$', register,
         {'form_class': CustomRegistrationForm},
         name='registration_register'),
+
+    (r'^accounts/', include('registration.urls')),
 )