diff --git a/configs/models.py b/configs/models.py index b53a78b..fdb7f3d 100644 --- a/configs/models.py +++ b/configs/models.py @@ -13,7 +13,7 @@ class Config(models.Model): @property def data_pretty(self): - return dumps(self.data, indent=4) + return dumps(self.data, indent=4, ensure_ascii=False) class Meta: indexes = [