diff options
Diffstat (limited to 'coip/settings.py')
-rw-r--r-- | coip/settings.py | 2 |
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 |