Added profile module to settings
authorNishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 17:21:06 +0530
changeset 7 9e963a791df1
parent 6 132217e04b32
child 8 c030ec597932
Added profile module to settings
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'