- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
CSS 在 cms 中不起作用(打开 edx)。我尝试编译 JS 和 CSS,但没有结果。服务器重新启动对我没有帮助。这是我在日志中的错误:
[__init__.py:42] - staticfiles_storage couldn't find path css/cms-style-vendor-tinymce-content.css: The file 'css/cms-style-vendor-tinymce-content.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[__init__.py:42] - staticfiles_storage couldn't find path css/cms-style-vendor.css: The file 'css/cms-style-vendor.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[__init__.py:42] - staticfiles_storage couldn't find path css/studio-main.css: The file 'css/studio-main.css' could not be found with <cms.lib.django_require.staticstorage.OptimizedCachedRequireJsStorage object at 0x8c1b950>.
[shortcuts.py:56] - Cannot find corresponding link for name: ROOT
[shortcuts.py:56] - Cannot find corresponding link for name: TOS
[shortcuts.py:56] - Cannot find corresponding link for name: PRIVACY
================================================== =================
frank帮助我解决了我的问题
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets cms --settings=aws
paver update_assets lms --settings=aws
python manage.py cms --settings=aws collectstatic --noinput
python manage.py lms --settings=aws collectstatic --noinput
sudo /edx/bin/supervisorctl restart edxapp:
sudo /edx/bin/supervisorctl restart edxapp_worker:
最佳答案
您应该在编译静态资源后运行collectstatic。
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
python manage.py cms --settings=aws collectstatic --noinput
python manage.py lms --settings=aws collectstatic --noinput
关于openedx - cms 的打开 edx 样式不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33206535/
对于 LMS,我使用我的自定义模板,存储在目录中: /edx/app/edxapp/edx-platform/themes/my-theme/ 你能帮我看看我需要更改哪些文件,以更改 Open edX
我正在尝试在 Open edX 的讲师仪表板的“数据下载”部分中“下载问题响应的 CSV”,但在执行此操作时,任务被卡为“待处理任务”。 这样已经2天多了,请问有什么办法可以删除任务吗?在这个待处理的
我最近刚用 Vagrant 安装了 Open-edX 在线学习平台的 Production Stack。我关注了这个 URL 上的博客地址 http://iambusychangingtheworld
我有以下 x86 汇编代码: movl 8(%ebp), %edx //get an argument from the caller movl $0, %eax testl
最近我在看汇编 IA32,我做了一个简单的玩具示例: #include int array[10]; int i = 0; int sum = 0; int main(void) { for
我正在为明天的期中考试学习,上一次期中考试的问题之一是: 考虑以下 C 函数。编写相应的汇编语言函数来执行相同的操作。 int myFunction (int a) { return (a +
我正在尝试安装 edX developer stack在我的本地系统中。我面临的问题是:edx-platform checkout failure但不同的是它停留在第一行: ==> default:
我正在尝试下载 edx 上的类(class)。请参阅以下自述文件 ( https://github.com/coursera-dl/edx-dl/blob/master/README.md )。我安装
下面的实现正确吗? 输入:Oldrecords(GameRecord 对象数组)和 newRecords (GameRecord) 我将检查 oldRecords 数组中的 newRecord 值。如
我尝试在我的 Azure 云 (VM) 上安装生产堆栈,但收到以下错误: TASK: [edxlocal | install mysql 56 and dependencies] **********
我不确定我是否来对地方了。我有一台 MacBook Pro,并开始习惯它 - 我以前使用过 Windows,并没有真正使用过 Python 和 Django。所以,Mac 新手、Python 新手、D
我已在 EC2 ubuntu 12.04 AMI 上安装了 Open edX (Dogwood),但老实说,没有任何效果。 我可以在工作室中注册并创建类(class),但该过程未完成。我收到一个不错的
使用 x86-64 gcc -Og -std=gnu99 -xc 编译。 在.L3的第二行(addl(%rdi,%rcx,4),%eax),为什么不直接使用寄存器% edx 加到和的时候? 添加 (%
CSS 在 cms 中不起作用(打开 edx)。我尝试编译 JS 和 CSS,但没有结果。服务器重新启动对我没有帮助。这是我在日志中的错误: [__init__.py:42] - staticfile
考虑以下代码: int isqrt(int x) { unsigned int r; r = x >> 7; r += x / r; r >>= 1; r +=
我正在尝试更改我的 Edx 网站上的 Logo 图像。我转到文件夹/edx/app/edxapp/edx-platform/lms/static/images/default-theme并上传新的 L
当我尝试登录 edX Studio 时,我总是收到连接错误: ConnectionFailure at /home/ [Errno 111] Connection refused Request Me
我正在尝试使用这个 Python 模块。 https://github.com/coursera-dl/edx-dl 请原谅我的基础知识。 然后安装了 Anaconda 3 Windows 10: p
我有 C 代码和汇编代码。我不明白汇编代码的第 3 行和第 6 行。 C 代码: int arith(int x, int y, int z) { int t1 = x+y; int
我正在尝试找到一种从 OpenEDX 平台导出用户的方法。谁知道如何导入和导出用户平台? 谢谢 最佳答案 Open edX 中没有用户导入/导出功能。您可以做两件事。 从 Django 导出用户但不导
我是一名优秀的程序员,十分优秀!