Skip to content

Commit a629fed

Browse files
committed
Remove references to guardian from docs
1 parent bb54719 commit a629fed

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/index.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ The official source code repository is:
2525
Built in Rwanda by Nyaruka Ltd:
2626
http://www.nyaruka.com
2727

28-
29-
Dependencies
30-
===========================================
31-
32-
Smartmin depends on features in Django 1.7, so you'll need to be running at least that version. It also depends on the
33-
most excellent django-guardian package to deal with object level permissions, so you'll need to install that as well.
34-
3528
Installation
3629
===========================================
3730

@@ -61,18 +54,14 @@ To get started with smartmin, the following changes to your ``settings.py`` are
6154
"Administrator": ('auth.user.*',)
6255
}
6356

64-
# this is required by guardian
65-
ANONYMOUS_USER_ID = -1
66-
6757
# set this if you want to use smartmin's user login
6858
LOGIN_URL = '/users/login'
6959

70-
You'll also need to add smartmin and guardian to your installed apps::
60+
You'll also need to add smartmin to your installed apps::
7161

7262
INSTALLED_APPS = (
7363
# .. other apps ..
7464

75-
'guardian',
7665
'smartmin',
7766
)
7867

0 commit comments

Comments
 (0)