from django.utils.translation import ugettext_lazy as _ from common.db.models import ChoiceSet ADMIN = 'Admin' USER = 'User' AUDITOR = 'Auditor'