SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 9b022a4a authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Fix add_groups_and_permissions management command

parent 4024ef8e
No related branches found
No related tags found
No related merge requests found
......@@ -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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment