diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-18 03:14:09 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-18 03:14:09 +0100 |
commit | d0dee00918622fde2bdcaf32109b0a1e51410715 (patch) | |
tree | f99625df790783d15eaa98d2bbf9d075532c4bd0 /ishtar/settings.py.example | |
parent | 8be910aa1b34c25ad858b55d3be92afef63dd860 (diff) | |
download | Ishtar-d0dee00918622fde2bdcaf32109b0a1e51410715.tar.bz2 Ishtar-d0dee00918622fde2bdcaf32109b0a1e51410715.zip |
Integration of right management (refs #49)
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r-- | ishtar/settings.py.example | 5 |
1 files changed, 5 insertions, 0 deletions
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', |