diff -r 132217e04b32 -r 9e963a791df1 settings.py --- a/settings.py Thu Jan 06 17:14:52 2011 +0530 +++ b/settings.py Thu Jan 06 17:21:06 2011 +0530 @@ -98,3 +98,5 @@ # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', ) + +AUTH_PROFILE_MODULE = 'profile.Profile'