Skip to content

Commit

Permalink
Update populate_users.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored May 25, 2024
1 parent 0e3df6c commit a197ebd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def handle(self, *args, **options):
"polygon_2056",
"polygon_2056_local_geom",
"secretlayer",
"valve",
"pipe",
):
adding.append(Permission.objects.get(codename=f"add_{model}"))
modifying.append(Permission.objects.get(codename=f"change_{model}"))
Expand Down

0 comments on commit a197ebd

Please sign in to comment.