gpt4 book ai didi

python - 属性错误 : 'Nonetype' object has no attribute '_info'

转载 作者:太空狗 更新时间:2023-10-30 00:20:50 26 4
gpt4 key购买 nike

我正在处理 Django 项目,当我尝试运行任何管理命令时会出现此错误,例如:python manage.py validate --settings ord.settings.developmentpython manage.py syncdb --settings ord.settings.development。项目使用Django 1.5 错误是:AttributeError: 'Nonetype' object has no attribute '_info'。没有给出其他输出。

项目基础设置文件是:https://gist.github.com/anonymous/5c0fede63b2724d7880b

开发设置:https://gist.github.com/anonymous/f60b90dcf573b0a7b920

我已将敏感设置替换为 x

知道哪里出了问题吗?

一些额外的信息,当我注释掉 LANGUAGE_CODE 设置时,一些命令如 validaterunservershell 运行正常,但 syncdbmigrate 失败并出现错误:DatabaseError:当前事务被中止,命令被忽略直到事务 block 结束

回溯:https://gist.github.com/anonymous/bc3364ae5ba511566871

最佳答案

有同样的问题,

请按照以下步骤操作:

  1. 转到 django/utils/translation/trans_real.py
  2. 搜索 res = _translation(globalpath)
  3. 添加以下内容:

    if res is None:
    return gettext_module.NullTranslations()

来源:https://code.djangoproject.com/ticket/18192

关于python - 属性错误 : 'Nonetype' object has no attribute '_info' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31816158/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com