mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [update v5.7] create roles list
This commit is contained in:
parent
503e30c04b
commit
23f92e0290
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ if __name__ == '__main__':
|
|||
|
||||
# USERS
|
||||
print('Updating Users ...')
|
||||
# create role_list
|
||||
ail_users._create_roles()
|
||||
|
||||
# Create Default Org
|
||||
org = ail_orgs.create_default_org()
|
||||
org_uuid = org.get_uuid()
|
||||
|
|
Loading…
Reference in a new issue