9 lines
134 B
Python
9 lines
134 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
import logging
|
|
|
|
from django.utils.translation import gettext_lazy as _
|
|
|
|
log = logging.getLogger(__name__)
|
|
|