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.
我正在尝试将 django-cms 与我的项目集成并遇到这些错误
No module named cms No module named south No module named menu No module named mptt
使用点子。
https://pypi.python.org/pypi/pip
安装后:
pip install south
等等
尝试使用
pip install django-cms
安装django-cms。这将默认安装所有必需的依赖项。