2018-01-09 15:07:53 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
#
|
|
|
|
|
2018-04-02 05:19:31 +00:00
|
|
|
from django.utils.translation import ugettext_lazy as _
|
2018-01-09 15:07:53 +00:00
|
|
|
|
2019-04-25 10:16:41 +00:00
|
|
|
create_success_msg = _("%(name)s was created successfully")
|
|
|
|
update_success_msg = _("%(name)s was updated successfully")
|
2018-04-01 15:45:37 +00:00
|
|
|
FILE_END_GUARD = ">>> Content End <<<"
|
2018-04-02 05:19:31 +00:00
|
|
|
celery_task_pre_key = "CELERY_"
|
2021-03-08 02:08:51 +00:00
|
|
|
KEY_CACHE_RESOURCE_IDS = "RESOURCE_IDS_{}"
|
2019-07-24 04:50:39 +00:00
|
|
|
|
|
|
|
# AD User AccountDisable
|
|
|
|
# https://blog.csdn.net/bytxl/article/details/17763975
|
|
|
|
LDAP_AD_ACCOUNT_DISABLE = 2
|