Skip to content

Commit

Permalink
small code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 13, 2017
1 parent bd79b30 commit 087f375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier_extras/parts/admin/models/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def setup(cls):
role = cls(
name = "owner",
description = "Super administrator role",
tokens = ["*"]
)
role.save(validate = False)

Expand Down

0 comments on commit 087f375

Please sign in to comment.