Skip to content

Commit

Permalink
Fix brackets around a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanLipsitt committed Nov 22, 2011
1 parent 6df114c commit ae72453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -48,10 +48,10 @@ Configuration
* Add `rulez` to the list of `INSTALLED_APPS` in your `settings.py`
* Add the django-rulez authorization backend to the list of `AUTHENTICATION_BACKENDS` in `settings.py`::

AUTHENTICATION_BACKENDS = {
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend', # Django's default auth backend
'rulez.backends.ObjectPermissionBackend',
}
]

Example
=========
Expand Down

0 comments on commit ae72453

Please sign in to comment.