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 | 07f682069b5b1cd432125de37c59c618bef16e0a (patch) | |
| tree | f99625df790783d15eaa98d2bbf9d075532c4bd0 /ishtar/settings.py.example | |
| parent | 78000757fdc7ca58826acbadffbd0b5b4b085cc3 (diff) | |
| download | Ishtar-07f682069b5b1cd432125de37c59c618bef16e0a.tar.bz2 Ishtar-07f682069b5b1cd432125de37c59c618bef16e0a.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', |
