From 9b022a4af1317b4b5328b2bb3ad610a7fbfa033e Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 19 Apr 2016 22:00:54 +0200 Subject: [PATCH] Fix add_groups_and_permissions management command --- scipost/management/commands/add_groups_and_permissions.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scipost/management/commands/add_groups_and_permissions.py b/scipost/management/commands/add_groups_and_permissions.py index ffdecba76..0f34d1b6d 100644 --- a/scipost/management/commands/add_groups_and_permissions.py +++ b/scipost/management/commands/add_groups_and_permissions.py @@ -134,10 +134,5 @@ class Command(BaseCommand): can_request_thesislinks, can_referee, ) - Testers.permissions.add( - can_create_list, - can_create_team, - can_create_graph, - ) self.stdout.write(self.style.SUCCESS('Successfully created groups and permissions')) -- GitLab