From 28c110531243395f2858e5103bc078c332ac14c7 Mon Sep 17 00:00:00 2001 From: Sylvain Le Bon <sylvain@startinblox.com> Date: Thu, 5 Oct 2023 19:18:55 +0200 Subject: [PATCH] doc: removed old settings --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 972a71e..370c6dc 100644 --- a/README.md +++ b/README.md @@ -167,19 +167,6 @@ If you need to extend it with you own relation use `USER_NESTED_FIELDS` on setti USER_NESTED_FIELDS=['skills'] ``` -Also, if you need to override the default permissions on User or Group use : - -``` -GROUP_PERMISSION_CLASSES=[CustomGroupPermission] -GROUP_ANONYMOUS_PERMISSIONS=['view'] -GROUP_AUTHENTICATED_PERMISSIONS=['inherit'] -GROUP_OWNER_PERMISSIONS=['view', 'control', 'update'] - -USER_ANONYMOUS_PERMISSIONS=['add', 'view'] -USER_AUTHENTICATED_PERMISSIONS=['inherit'] -USER_OWNER_PERMISSIONS=['inherit', 'control', 'update'] -``` - Finally, to expand on the `empty_containers` setting ([see DjangoLDP docs](https://git.startinblox.com/djangoldp-packages/djangoldp#custom-meta-options-on-models)) you can use `USER_EMPTY_CONTAINERS`: ``` -- GitLab