# HG changeset patch # User Nishanth Amuluru # Date 1294314666 -19800 # Node ID 9e963a791df10aef9f3b410ebe92856f7575ab00 # Parent 132217e04b323e3f8feb46b0cc12dbcc9e41fcf6 Added profile module to settings 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'