This commit is contained in:
2022-11-19 14:35:34 +03:00
parent 57e1460356
commit 47b285f8ac
18 changed files with 162 additions and 218 deletions

View File

@@ -50,7 +50,7 @@ class Role(Base):
default = Role.create(
name="author",
desc="Role for author",
community=Community.default_community.id,
community=1,
)
Role.default_role = default