added more constants for roles
This commit is contained in:
parent
ac43a0a104
commit
a5b94f5498
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@
|
|||
|
||||
# Prefix all rolenames with Z_ROLENAME
|
||||
Z_ROLENAME_ADMIN = 'Admin'
|
||||
Z_ROLENAME_AGENT = 'Agent'
|
||||
Z_ROLENAME_CUSTOMER = 'Customer'
|
||||
|
||||
|
|
Loading…
Reference in a new issue