From d0dee00918622fde2bdcaf32109b0a1e51410715 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 18 Jan 2011 03:14:09 +0100 Subject: Integration of right management (refs #49) --- ishtar/settings.py.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 4d8cbc8ff..23554fff7 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -102,6 +102,11 @@ TEMPLATE_DIRS = ( ROOT_PATH + 'templates', ) +AUTHENTICATION_BACKENDS = ( + 'django.contrib.auth.backends.ModelBackend', + 'furnitures.backend.ObjectOwnPermBackend', +) + INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', -- cgit v1.2.3