diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-08 02:26:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-08 02:26:03 +0100 |
commit | 544cb74d6d49deb73ace116df02716adc5b6a464 (patch) | |
tree | 5ea46df7c455810a61d3e278a80d6259c645a286 /example_project/settings.py | |
parent | 35a972ad5de7aa8191da0463457255b868258ec9 (diff) | |
download | Ishtar-544cb74d6d49deb73ace116df02716adc5b6a464.tar.bz2 Ishtar-544cb74d6d49deb73ace116df02716adc5b6a464.zip |
Use cache for faster rights checking
Diffstat (limited to 'example_project/settings.py')
-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 43917523b..6a0bf4079 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -106,7 +106,6 @@ TEMPLATE_DIRS = ( ) AUTHENTICATION_BACKENDS = ( - 'django.contrib.auth.backends.ModelBackend', 'ishtar_common.backend.ObjectPermBackend', ) |