diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-19 18:40:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-19 18:41:04 +0200 |
commit | 80636d8cd2079d43bc69ff041409196798a0cf9b (patch) | |
tree | 86973a6761dfda4b6ccabcc0a5b084e291af6c60 /example_project | |
parent | c6522eb812cd6caf6a8d9b776f9941dff8b6252d (diff) | |
download | Ishtar-80636d8cd2079d43bc69ff041409196798a0cf9b.tar.bz2 Ishtar-80636d8cd2079d43bc69ff041409196798a0cf9b.zip |
Django 1.8: simplify ihtaruser management
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 795629e44..9d0b02299 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -35,7 +35,6 @@ ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH -AUTH_PROFILE_MODULE = 'ishtar_common.IshtarUser' ACCOUNT_ACTIVATION_DAYS = 7 # change this in local_settings |