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.
我已经建立了一个 Djando CMS 站点,使用英语,我想将所有英语输入转移到西班牙语。
我的应用程序上同时安装了英语和西班牙语,但是西班牙语现在大部分是空的,而英语则充满了内容。
如何使用已在英语模块中填写的输入来填充西班牙语模块?
Django CMS 有一个copy_lang命令可以从一种语言复制到另一种语言
./manage.py cms copy_lang en sp
请仔细检查语言代码