summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index d45770277..e7a2d5643 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -102,7 +102,7 @@ TEMPLATE_DIRS = (
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
- 'ishtar_common.backend.ObjectOwnPermBackend',
+ 'ishtar_common.backend.ObjectPermBackend',
)
INSTALLED_APPS = [