为什么gunicorn会禁用js?


在django的开发中,我使用了高级框架mezzanine。
通过python manage.py runserver 0.0.0.0:8000启动服务后
在网站上可以正常显示js

但是以
gunicorn qiankr_2_0.wsgi -w=1 -b 0.0.0.0:8000
的方式启动就无法正常显示js

gunicorn django mezzanine

御坂09489 10 years ago

Your Answer