summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-06 17:21:06 +0530
committerNishanth Amuluru2011-01-06 17:21:06 +0530
commit81e3ee5e36dea3a0eb61b2130c67fa5d69f050bd (patch)
treeeeee95fb9cc601fa0ce6a8c951ec27c1a11d1c02
parent1e6134cb3d5f19b72387db7156d89539eb3cc287 (diff)
downloadpytask-81e3ee5e36dea3a0eb61b2130c67fa5d69f050bd.tar.gz
pytask-81e3ee5e36dea3a0eb61b2130c67fa5d69f050bd.tar.bz2
pytask-81e3ee5e36dea3a0eb61b2130c67fa5d69f050bd.zip
Added profile module to settings
-rwxr-xr-xsettings.py2
1 files changed, 2 insertions, 0 deletions
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'