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 | d1d56b656b6058116160c563eb0e8e6741a18bb4 (patch) | |
tree | 86973a6761dfda4b6ccabcc0a5b084e291af6c60 /example_project | |
parent | 52d79284af194a5980560f7533bdb66dad0b663d (diff) | |
download | Ishtar-d1d56b656b6058116160c563eb0e8e6741a18bb4.tar.bz2 Ishtar-d1d56b656b6058116160c563eb0e8e6741a18bb4.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 |