在我的项目中我有这个错误:
" File "/home/xxx/www/yyy/cms/utils/placeholder.py", line 43, in validate_placeholder_name raise ImproperlyConfigured("Placeholder identifiers names may not " django.core.exceptions.ImproperlyConfigured: Placeholder identifiers names may not contain非 ascii 字符。如果您希望占位符标识符在向用户显示时包含非 ascii 字符,请使用带有 'name' 键的 CMS_PLACEHOLDER_CONF 设置来指定详细名称。"
我的 settings.py 没有任何 CMS_PLACEHOLDER_CONF,所以它是默认的 {} - 一个空字典。
知道为什么我有错误并且我不能有默认设置吗?