jumpserver/apps/common/const.py

10 lines
289 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
#
2018-04-02 05:19:31 +00:00
from django.utils.translation import ugettext_lazy as _
create_success_msg = _("<b>%(name)s</b> was created successfully")
2018-04-01 15:45:37 +00:00
update_success_msg = _("<b>%(name)s</b> was updated successfully")
FILE_END_GUARD = ">>> Content End <<<"
2018-04-02 05:19:31 +00:00
celery_task_pre_key = "CELERY_"