GreaterWMS / GreaterWMS

This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process . After I leave Ford , I start this project . You can share your vacant warehouse space, use it for those in need, and generate income
https://www.56yhz.com/
Apache License 2.0
3.71k stars 948 forks source link

[BUG] 模板报错下载404 #296

Closed kof12134 closed 11 months ago

kof12134 commented 11 months ago

5天前的一次更新后,发现模板下载报错404. 提示^media$ 路径找不到。

在greaterwms/setting.py 中media_root是有定义的。 在greaterwms/urls.py 中media路径没有。 于是在老版本中拷贝一下内容 re_path(r'^media/(?P.*)$', static_serve, {'document_root': settings.MEDIA_ROOT}),

粘贴到urls.py中,下载模板恢复。 但我不确定,这个URL的表达式是否完全正确。

Singosgu commented 11 months ago

re_path(r'^media/(?P.*)$', static_serve, {'document_root': settings.MEDIA_ROOT}),

是的,更新是为了加入api文档,误删了