summaryrefslogtreecommitdiff
path: root/coip/settings.py
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-08-18 10:41:41 +0200
committerLeif Johansson <leifj@sunet.se>2011-08-18 10:41:41 +0200
commit8b62502983ca646104f22ecb56cf97ff8922756a (patch)
tree6dea14dea1b13a8fdb919d9ada7f10a816876131 /coip/settings.py
parent9d4561febd0489eb8cab1fc3654614b1a5ed17ac (diff)
new profile-model
Diffstat (limited to 'coip/settings.py')
-rw-r--r--coip/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coip/settings.py b/coip/settings.py
index 2a8297f..6d77b6c 100644
--- a/coip/settings.py
+++ b/coip/settings.py
@@ -47,6 +47,8 @@ PREFIX_URL = 'http://localhost:8000'
NOREPLY = 'noreply@localhost'
METADATA = 'http://md.swamid.se/md/swamid-1.0.xml'
+AUTH_PROFILE_MODULE = 'userprofile.UserProfile'
+
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True