File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Installation
13
13
In first case it means that all users are allowed by default,
14
14
second case restricts access to all users who not in * allow* list.
15
15
** Default value is 'allow,deny'**
16
- * Add 'django_ban.middleware.Ban' to your MIDDLEWARE_CLASSES .
16
+ * Add ` 'django_ban.middleware.Ban' ` to your `MIDDLEWARE_CLASSESz .
17
17
* Run ./manage.py syncdb, to create necessary tables.
18
18
* Add one or more entries to the Allow or Deny lists in the admin
19
19
interface. You can just enter a single IP or use a network mask,
@@ -22,7 +22,7 @@ Installation
22
22
Dependencies
23
23
============
24
24
25
- * ipcalc >= 0.1 -- http://pypi.python.org/pypi/ipcalc/
25
+ * ipcalc >= 0.1 -- http://pypi.python.org/pypi/ipcalc/
26
26
` easy_install install ipcalc `
27
27
28
28
TODO
You can’t perform that action at this time.
0 commit comments