Added the import to connect the signal
authorNishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 14:04:08 +0530
changeset 314 f920dd4599df
parent 313 d64b83bdf5a8
child 315 c63a9519dc37
Added the import to connect the signal
pytask/urls.py
--- a/pytask/urls.py	Sat Jan 08 14:00:14 2011 +0530
+++ b/pytask/urls.py	Sat Jan 08 14:04:08 2011 +0530
@@ -2,6 +2,8 @@
 
 from registration.views import register
 from registration.backends.default import DefaultBackend
+import pytask.profile.regbackend
+
 from pytask.profile.forms import CustomRegistrationForm
 
 from django.shortcuts import redirect