📌  相关文章
📜  您的 WhiteNoise 配置与 WhiteNoise v4.0 不兼容 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.419000             🧑  作者: Mango

代码示例1
#In the wsgi.py file use
from whitenoise import WhiteNoise

application = WhiteNoise(get_wsgi_application())