corrected auth_profile setting to settings.py.
authornishanth
Thu, 28 Jan 2010 20:31:15 +0530
changeset 3 1c247c4856e9
parent 2 3db830ff66ee
child 4 a9c458c7782a
corrected auth_profile setting to settings.py.
pytask/settings.py
--- a/pytask/settings.py	Thu Jan 28 20:26:54 2010 +0530
+++ b/pytask/settings.py	Thu Jan 28 20:31:15 2010 +0530
@@ -81,4 +81,4 @@
     'pytask.taskapp',
 )
 
-AUTH_PROFILE_MODULE = 'taskapp.models.user.Profile'
+AUTH_PROFILE_MODULE = 'taskapp.models.Profile'