Commit 73cf859e by Stephan Groß

add missing whitespace

parent 741b387f
...@@ -78,7 +78,7 @@ This permission is suitable if you want your API to only be accessible to regist ...@@ -78,7 +78,7 @@ This permission is suitable if you want your API to only be accessible to regist
## IsAdminUser ## IsAdminUser
The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff`is `True` in which case permission will be allowed. The `IsAdminUser` permission class will deny permission to any user, unless `user.is_staff` is `True` in which case permission will be allowed.
This permission is suitable is you want your API to only be accessible to a subset of trusted administrators. This permission is suitable is you want your API to only be accessible to a subset of trusted administrators.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment