-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hello! I noticed that the "security" section of the documentation says the following:
Access to the dashboard is controlled by Django’s permissions system, which means you can limit access to trusted team members.
However, it doesn't mention what the permission is called. From looking at the source, it appears this permission is called execute_sql:
| permissions = [("execute_sql", "Can execute arbitrary SQL queries")] |
Should this permission be mentioned by name in the documentation? And should the "quick start" mention it too? Or is it already mentioned somewhere and I just missed it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation