jumpserver/apps/common/const/choices.py

9 lines
148 B
Python
Raw Normal View History

2020-07-20 02:42:22 +00:00
from django.utils.translation import ugettext_lazy as _
from common.db.models import ChoiceSet
ADMIN = 'Admin'
USER = 'User'
AUDITOR = 'Auditor'