Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisnik committed Jun 29, 2016
2 parents ab299ea + c3f66f3 commit 6f2e616
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Reusable application which provides a view permission for the existing models.
and then add `admin_view_permission` at the INSTALLED_APPS like this:

INSTALLED_APPS = [
'amdin_view_permission',
'admin_view_permission',
'django.contrib.admin',
...
]
Expand All @@ -33,4 +33,5 @@ This app provides a setting:
...
]

in which you can provide which models you want to be added the view permission.
in which you can provide which models you want to be added the view permission. If you don't specify this setting then
the view permission will be applied to all the models.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Django==1.9.4
Django>=1.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'Django>=1.9'
'Django>=1.8'
],
)

0 comments on commit 6f2e616

Please sign in to comment.