From 81e3ee5e36dea3a0eb61b2130c67fa5d69f050bd Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 6 Jan 2011 17:21:06 +0530 Subject: Added profile module to settings --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index 940a14f..af5bf90 100755 --- a/settings.py +++ b/settings.py @@ -98,3 +98,5 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', ) + +AUTH_PROFILE_MODULE = 'profile.Profile' -- cgit