File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ The official source code repository is:
25
25
Built in Rwanda by Nyaruka Ltd:
26
26
http://www.nyaruka.com
27
27
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
-
35
28
Installation
36
29
===========================================
37
30
@@ -61,18 +54,14 @@ To get started with smartmin, the following changes to your ``settings.py`` are
61
54
"Administrator": ('auth.user.*',)
62
55
}
63
56
64
- # this is required by guardian
65
- ANONYMOUS_USER_ID = -1
66
-
67
57
# set this if you want to use smartmin's user login
68
58
LOGIN_URL = '/users/login'
69
59
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::
71
61
72
62
INSTALLED_APPS = (
73
63
# .. other apps ..
74
64
75
- 'guardian',
76
65
'smartmin',
77
66
)
78
67
You can’t perform that action at this time.
0 commit comments