From 019a277a7e5650726ed1c8514b92ed55f07b5575 Mon Sep 17 00:00:00 2001 From: Carl Yu Date: Wed, 2 Jun 2021 10:59:12 +0800 Subject: [PATCH] Update setup.md --- docs/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.md b/docs/setup.md index 3979bec..112fc4c 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -129,7 +129,7 @@ DATABASE_DASHBOARD_URL=postgresql://read_write_user:read_write_password@dbhost.e ## Django permissions -Access to the `/dashboard/` interface is controlled by the Django permissions system. To grant a Django user or group access, grant them the `django_sql_dashbord.execute_sql` permission. This is displayed in the admin interface as: +Access to the `/dashboard/` interface is controlled by the Django permissions system. To grant a Django user or group access, grant them the `django_sql_dashboard.execute_sql` permission. This is displayed in the admin interface as: django_sql_dashboard | dashboard | Can execute arbitrary SQL queries