Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试redactor.widgets在我的 Django 应用程序中导入时,我从标题中得到错误。在 python 命令行中导入redactor.widgets不会产生任何错误。有谁知道为什么会这样?一切都在 virtualenv 中运行,我尝试使用 pip 并手动安装 django-redactor。
redactor.widgets
提前致谢。