mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-14 12:27:09 +00:00
9 lines
148 B
Python
9 lines
148 B
Python
from django.utils.translation import ugettext_lazy as _
|
|
|
|
from common.db.models import ChoiceSet
|
|
|
|
|
|
ADMIN = 'Admin'
|
|
USER = 'User'
|
|
AUDITOR = 'Auditor'
|