feat: 用户异地登陆

This commit is contained in:
feng626
2021-09-27 19:06:26 +08:00
committed by 老广
parent a558ee2ac0
commit 5588eab57e
6 changed files with 178 additions and 38 deletions

5
apps/audits/const.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
#
from django.utils.translation import ugettext_lazy as _
DEFAULT_CITY = _("Unknown")