jumpserver/apps/common/const/choices.py
2020-07-28 10:16:26 +08:00

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'