按照此repository
的安装步骤,我正在尝试将django与node.js连接起来一切顺利,直到执行命令:
$ python manage.py compress
我收到以下错误:
CommandError: An error occurred during rendering C:\Users\Vicente\Desktop\prueba\testeando\templates\index.html: "export" is not recognized as an internal or external command, operable program or batch file.
Compressing... (myvenv)
如果我尝试:
python manage.py runserver
我收到以下本地主机错误:
OfflineGenerationError at /
You have offline compression enabled but key "b77....." is missing from offline manifest. You may need to run "python manage.py compress". Here is the original content:
<link rel="stylesheet" type="text/css" href="/static/main.css">